diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-10 20:10:01 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-10 20:10:01 (GMT) |
commit | 986e758b1542d8d7562e15b54f2fd426d2bef74d (patch) | |
tree | 598d95edf28dab29e6e7dad61bb0927aab869c4c /abs/extra-testing/myt2xvid3/PKGBUILD | |
parent | 663db996f3495eda217079d9523ade4f2caf755c (diff) | |
download | linhes_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-x | abs/extra-testing/myt2xvid3/PKGBUILD | 4 |
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/ } |