mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
ef764b4b8e
commit
229d577fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ _installlinks:
|
|||
.endfor
|
||||
.for s t in ${SYMLINKS}
|
||||
@${ECHO} "${t} -> ${s}" ;\
|
||||
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}/${t}
|
||||
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}${t}
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue