diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-08 11:59:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-08 11:59:04 +0800 |
commit | 7f876bd1a08d571bd1c945e3d28c4402710f38ec (patch) | |
tree | 4b3e337d51919b9e29a8f7d2865779c8769c9bde /net-p2p/linux-agsatellite | |
parent | a506a1f4c33c02db8e8fa8c932d73da9d8f4e116 (diff) | |
download | freebsd-ports-gnome-7f876bd1a08d571bd1c945e3d28c4402710f38ec.tar.gz freebsd-ports-gnome-7f876bd1a08d571bd1c945e3d28c4402710f38ec.tar.zst freebsd-ports-gnome-7f876bd1a08d571bd1c945e3d28c4402710f38ec.zip |
correctly make the execution of AGSatellite conditional to -createdironly, does not require a PORTREVISION bump
Diffstat (limited to 'net-p2p/linux-agsatellite')
-rw-r--r-- | net-p2p/linux-agsatellite/files/wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh index fb7fdbd6f492..e2daaee83078 100644 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ b/net-p2p/linux-agsatellite/files/wrapper.sh @@ -19,8 +19,10 @@ then fi echo " ${*} " | grep " \-createdironly " || +{ cd ${HOME}/.agsatellite && echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && exec ./${PROGRAM##*/} ${*} || echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again +} |