diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 21:48:55 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 21:48:55 (GMT) |
commit | cc388293a681ed35c3135a1ab479635a57e18314 (patch) | |
tree | 327fa36d897f2c81c42849a7e640722d0909e28f /abs/extra-testing/fuppes-svn/fuppes.install | |
parent | bdc4ba475a4175198b4f3941d7c07117b6fce29e (diff) | |
download | linhes_pkgbuild-cc388293a681ed35c3135a1ab479635a57e18314.zip linhes_pkgbuild-cc388293a681ed35c3135a1ab479635a57e18314.tar.gz linhes_pkgbuild-cc388293a681ed35c3135a1ab479635a57e18314.tar.bz2 |
Doh. Fixed packager booboo.
Diffstat (limited to 'abs/extra-testing/fuppes-svn/fuppes.install')
-rw-r--r-- | abs/extra-testing/fuppes-svn/fuppes.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/extra-testing/fuppes-svn/fuppes.install b/abs/extra-testing/fuppes-svn/fuppes.install index a35aebe..d0099e3 100644 --- a/abs/extra-testing/fuppes-svn/fuppes.install +++ b/abs/extra-testing/fuppes-svn/fuppes.install @@ -3,6 +3,7 @@ post_install() { sv stop mythbackend mv /etc/sv/mythbackend/run /tmp sed 's/logfile/noupnp\ --logfile/' </tmp/run >/etc/sv/mythbackend/run + chmod 755 /etc/sv/mythbackend/run sv start mythbackend add_service.sh fuppes sv start fuppes @@ -14,5 +15,6 @@ post_remove() { mv /etc/sv/mythbackend/run /tmp/run sv stop mythbackend sed 's/--noupnp\ --logfile/--logfile/' </tmp/run >/etc/sv/mythbackend/run + chmod 755 /etc/sv/mythbackend/run sv start mythbackend } |