mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
make: readlink -f needs an argument
This commit is contained in:
parent
3e46afbae7
commit
4b94d331ae
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ scripts-manual:
|
|||
|
||||
install: check
|
||||
@mkdir -p ${DESTDIR}${LOCALBASE}/opnsense/version
|
||||
@if [ -d ${.CURDIR}/contrib ]; then ${MAKE} DESTDIR=$$(readlink -f ${DESTDIR}) -C ${.CURDIR}/contrib install; fi
|
||||
@if [ -d ${.CURDIR}/contrib ]; then ${MAKE} DESTDIR=$$(readlink -f ${DESTDIR:U/}) -C ${.CURDIR}/contrib install; fi
|
||||
@(cd ${.CURDIR}/src 2> /dev/null && find * -type f) | while read FILE; do \
|
||||
tar -C ${.CURDIR}/src -cpf - "$${FILE}" | \
|
||||
tar -C ${DESTDIR}${LOCALBASE} -xpf -; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue