summaryrefslogtreecommitdiff
path: root/net-p2p/linux-edonkey-core/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-06 16:56:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-06 16:56:31 +0000
commitd7dc992dc7fa0f1779cba84f0139c431da590ffd (patch)
tree466f0f5b134133e2d37d9d18c272ec8b1661526e /net-p2p/linux-edonkey-core/files
parentDo PREFIX clean. (diff)
o Separate donkey script wrapper and donkey-real binary: wrapper
stays at bin but binary goes to sbin (this does not break hier(7)) o Bump PORTREVISION since this change is needed by the upcoming edonkey-gui-gtk port update
Notes
Notes: svn path=/head/; revision=58613
Diffstat (limited to 'net-p2p/linux-edonkey-core/files')
-rw-r--r--net-p2p/linux-edonkey-core/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linux-edonkey-core/files/wrapper.sh b/net-p2p/linux-edonkey-core/files/wrapper.sh
index 46fd18de71cd..238d37bbd96d 100644
--- a/net-p2p/linux-edonkey-core/files/wrapper.sh
+++ b/net-p2p/linux-edonkey-core/files/wrapper.sh
@@ -11,7 +11,7 @@ fi
if [ ! -h ${DIRNAME}/${PROGRAM##*/} ]
then
- ln -sf ${PREFIX}/bin/${PROGRAM##*/}-real ${DIRNAME}/${PROGRAM##*/}
+ ln -sf ${PREFIX}/sbin/${PROGRAM##*/}-real ${DIRNAME}/${PROGRAM##*/}
fi
echo " ${*} " | grep " \-createdironly " ||