diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 04:03:36 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 04:03:36 (GMT) |
commit | 5e570b4bd6c664de0745147c837d03224ad192ea (patch) | |
tree | 2e29050e28c6f4e377cdc4782b8ba3fce3671bc0 /abs/extra-testing/myth2ipod/PKGBUILD | |
parent | 26fb5caadf1e867534d21f3f43bef498fd7fd4ab (diff) | |
parent | a975be5c625c282814c3095ee4d4f23442fb5618 (diff) | |
download | linhes_pkgbuild-5e570b4bd6c664de0745147c837d03224ad192ea.zip linhes_pkgbuild-5e570b4bd6c664de0745147c837d03224ad192ea.tar.gz linhes_pkgbuild-5e570b4bd6c664de0745147c837d03224ad192ea.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/myth2ipod/PKGBUILD')
-rwxr-xr-x | abs/extra-testing/myth2ipod/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD index bfb7c91..9c62b22 100755 --- a/abs/extra-testing/myth2ipod/PKGBUILD +++ b/abs/extra-testing/myth2ipod/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myth2ipod pkgver=0.2 -pkgrel=18 +pkgrel=25 arch=("i686") pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" url="myth2ipod.com" @@ -14,7 +14,6 @@ build() { install -D -m 755 myth2ipod $startdir/pkg/usr/bin/myth2ipod install -D -m 755 myth2ipod-userjob.sh /$startdir/pkg/usr/bin/myth2ipod-userjob.sh install -D -m755 iPod.pm $startdir/pkg/usr/share/nuvexport/export/ffmpeg/iPod.pm - install -D -m755 m2iweb.php $startdir/pkg/myth/ipodfeed - - + mkdir -m755 -p $startdir/pkg/myth/ipodfeed + install -D -m755 m2iweb.php $startdir/pkg/myth/ipodfeed/ } |