summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myt2xvid3/PKGBUILD
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-10 20:10:01 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-10 20:10:01 (GMT)
commit986e758b1542d8d7562e15b54f2fd426d2bef74d (patch)
tree598d95edf28dab29e6e7dad61bb0927aab869c4c /abs/extra-testing/myt2xvid3/PKGBUILD
parent663db996f3495eda217079d9523ade4f2caf755c (diff)
downloadlinhes_pkgbuild-986e758b1542d8d7562e15b54f2fd426d2bef74d.zip
linhes_pkgbuild-986e758b1542d8d7562e15b54f2fd426d2bef74d.tar.gz
linhes_pkgbuild-986e758b1542d8d7562e15b54f2fd426d2bef74d.tar.bz2
Streamlined REPLACEME replacement, fixing a myt2xvid3 execution bit bug. Still some directory permission mismatches, but these are minor.
Diffstat (limited to 'abs/extra-testing/myt2xvid3/PKGBUILD')
-rwxr-xr-xabs/extra-testing/myt2xvid3/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/myt2xvid3/PKGBUILD b/abs/extra-testing/myt2xvid3/PKGBUILD
index f7d6db3..9d88ce9 100755
--- a/abs/extra-testing/myt2xvid3/PKGBUILD
+++ b/abs/extra-testing/myt2xvid3/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=myt2xvid3
pkgver=0.1
-pkgrel=6
+pkgrel=7
arch=("i686")
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
url="http://www.knoppmythwiki.org/index.php?page=XvidEncoding"
@@ -13,6 +13,6 @@ build() {
cd $startdir/src
install -D -m 755 myt2xvid3 $startdir/pkg/usr/bin/myt2xvid3
install -D -m 755 myt2xvid3-userjob.sh $startdir/pkg/usr/bin/myt2xvid3-userjob.sh
- mkdir -m755 -p $startdir/pkg/myth/video/archive/
+ mkdir -m777 -p $startdir/pkg/myth/video/archive/
install -D -m 755 archive.php $startdir/pkg/myth/video/archive/
}