From def29bf4534b0d9c306d5549cc57ec4de6c949a5 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 27 Feb 2000 23:06:42 +0000 Subject: [PATCH] I'm pretty sure this was meant to create a symlink if it didn't exist and not what it was really doing. In any case this now packages correctly. --- misc/proxyper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 9d630a60f396..697fb118674e 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -45,7 +45,7 @@ do-install: ${INSTALL} -c -m 644 -o ${PROXYUID} -g ${PROXYGID} ${WRKSRC}/Readme.txt ${BINDIR} ${CHOWN} ${PROXYUID}:${PROXYGID} ${BINDIR} ${CHMOD} 755 ${BINDIR} - if [ ! -f ${BINDIR}/proxyper.sh ]; then \ + if [ ! -f ${LIBDIR}/proxyper.sh ]; then \ ${LN} -s ${BINDIR}proxyper.sh ${LIBDIR}proxyper.sh; \ fi