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:
parent
565885bc43
commit
def29bf453
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26387
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue