summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myth2ipod
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/myth2ipod')
-rwxr-xr-xabs/extra-testing/myth2ipod/PKGBUILD2
-rwxr-xr-xabs/extra-testing/myth2ipod/myth2ipod.install3
2 files changed, 2 insertions, 3 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD
index 71f6033..546e3f4 100755
--- a/abs/extra-testing/myth2ipod/PKGBUILD
+++ b/abs/extra-testing/myth2ipod/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=myth2ipod
pkgver=0.2
-pkgrel=26
+pkgrel=27
arch=("i686")
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
url="myth2ipod.com"
diff --git a/abs/extra-testing/myth2ipod/myth2ipod.install b/abs/extra-testing/myth2ipod/myth2ipod.install
index 74f1eec..367d90f 100755
--- a/abs/extra-testing/myth2ipod/myth2ipod.install
+++ b/abs/extra-testing/myth2ipod/myth2ipod.install
@@ -16,8 +16,7 @@ post_install() {
. /etc/systemconfig
ln -s /myth/ipodfeed /data/srv/httpd/htdocs/ipodfeed
ln -s /myth/ipodfeed/m2iweb.php /myth/ipodfeed/index.php
- cp /usr/bin/myth2ipod /tmp
- sed -e "s/REPLACEME/$hostname/g" /tmp/myth2ipod > /usr/bin/myth2ipod
+ sed -i -e "s/REPLACEME/$hostname/g" /usr/bin/myth2ipod
chown -R mythtv:http /myth/ipodfeed
/usr/bin/myth2ipod -rebuild
}