Re-remove excess / for installing SYMLINKS
This excess / was introduced in r280129, and fixed in r295230, but got re-introduced while merging another branch in r298107. Approved by: gjb Differential Revision: https://reviews.freebsd.org/D11995
This commit is contained in:
parent
46a05eb844
commit
c35b6c1706
@ -20,5 +20,5 @@ _installlinks:
|
|||||||
.endfor
|
.endfor
|
||||||
.for s t in ${SYMLINKS}
|
.for s t in ${SYMLINKS}
|
||||||
@${ECHO} "${t} -> ${s}" ;\
|
@${ECHO} "${t} -> ${s}" ;\
|
||||||
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}/${t}
|
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}${t}
|
||||||
.endfor
|
.endfor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user