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.
This commit is contained in:
Steve Price 2000-02-27 23:06:42 +00:00
parent 565885bc43
commit def29bf453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26387

View file

@ -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