diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-19 06:42:13 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-19 06:42:13 (GMT) |
commit | 78d204762df37d87ac1b6139bb04d90ac863a9c1 (patch) | |
tree | a92562639fa188dd5fd08f6618628e17716ee5c1 /abs/extra-testing/myth2ipod/myth2ipod.install | |
parent | 2912f0964498d3d2e80e875a2fd1c2016b9e9253 (diff) | |
download | linhes_pkgbuild-78d204762df37d87ac1b6139bb04d90ac863a9c1.zip linhes_pkgbuild-78d204762df37d87ac1b6139bb04d90ac863a9c1.tar.gz linhes_pkgbuild-78d204762df37d87ac1b6139bb04d90ac863a9c1.tar.bz2 |
Myth2Ipod: More LinHES friendly.
Diffstat (limited to 'abs/extra-testing/myth2ipod/myth2ipod.install')
-rwxr-xr-x | abs/extra-testing/myth2ipod/myth2ipod.install | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/extra-testing/myth2ipod/myth2ipod.install b/abs/extra-testing/myth2ipod/myth2ipod.install index a1c1ce7..43e3e78 100755 --- a/abs/extra-testing/myth2ipod/myth2ipod.install +++ b/abs/extra-testing/myth2ipod/myth2ipod.install @@ -13,9 +13,9 @@ pre_remove() { post_install() { . /etc/systemconfig - mkdir /data/media/ipodfeed - chown mythtv:users /data/media/ipodfeed - ln -s /data/media/ipodfeed /data/srv/httpd/htdocs/ipodfeed + mkdir /myth/ipodfeed + chown mythtv:users /myth/ipodfeed + ln -s /myth/ipodfeed /data/srv/httpd/htdocs/ipodfeed cp /usr/bin/myth2ipod /tmp sed -e "s/REPLACEME/$hostname/g" /tmp/myth2ipod > /usr/bin/myth2ipod @@ -25,9 +25,9 @@ post_install() { post_upgrade() { - mkdir /data/media/ipodfeed - chown mythtv:users /data/media/ipodfeed - ln -s /data/media/ipodfeed /data/srv/httpd/htdocs/ipodfeed + mkdir /myth/ipodfeed + chown mythtv:users /myth/ipodfeed + ln -s /myth/ipodfeed /data/srv/httpd/htdocs/ipodfeed /usr/bin/myth2ipod -rebuild } @@ -38,4 +38,4 @@ post_remove() { op=$1 shift -$op $*
\ No newline at end of file +$op $* |