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:
parent
d7ccf63375
commit
46c1ad877a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60443
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user