summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myth2ipod/PKGBUILD
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-09 01:00:57 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-09 01:00:57 (GMT)
commita975be5c625c282814c3095ee4d4f23442fb5618 (patch)
tree6659fd05ba702ab89790e9566a2b1f6fa5712696 /abs/extra-testing/myth2ipod/PKGBUILD
parent2496b37b4945453be84122f6823c0c2b7ff79db6 (diff)
parent04641b54e2aaab6f0cff7145af0be518bfee49cd (diff)
downloadlinhes_pkgbuild-a975be5c625c282814c3095ee4d4f23442fb5618.zip
linhes_pkgbuild-a975be5c625c282814c3095ee4d4f23442fb5618.tar.gz
linhes_pkgbuild-a975be5c625c282814c3095ee4d4f23442fb5618.tar.bz2
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/myth2ipod/PKGBUILD')
-rwxr-xr-xabs/extra-testing/myth2ipod/PKGBUILD7
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/
}