1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Use correct variable for symlinking src scripts.

This commit is contained in:
Will Andrews 2002-06-01 22:44:50 +00:00
parent d7ccf63375
commit 46c1ad877a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60443

View File

@ -42,7 +42,7 @@ all:
cd ${RELEASE} && ln -s ../${SCRIPT} .
.endfor
.for SRCSCRIPT in ${SRCSCRIPTS}
cd ${RELEASE} && ln -s ${SRCSCRIPTS}/${SRCSCRIPT} .
cd ${RELEASE} && ln -s ${SRCSCRIPTDIR}/${SRCSCRIPT} .
@echo "Done."
.endfor
cd ${RELEASE} && ln -s ../config .