Fix build with src on a noexec filesystem.
${SH} expands to nothing on src builds so this worked by accident. Use a bare "sh" instead. PR: 245086 Reported by: pkubaj Sponsored by: DARPA
This commit is contained in:
parent
70c1442a95
commit
699734c125
@ -52,7 +52,7 @@ CLEANFILES+= ${MAN}
|
||||
.PATH: ${KYUA_SRCDIR}/doc
|
||||
.for man in ${MAN}
|
||||
${man}: ${man}.in
|
||||
${SH} ${KYUA_SRCDIR}/doc/manbuild.sh \
|
||||
sh ${KYUA_SRCDIR}/doc/manbuild.sh \
|
||||
-v "CONFDIR=${KYUA_CONFDIR}" \
|
||||
-v "DOCDIR=${KYUA_DOCDIR}" \
|
||||
-v "EGDIR=${KYUA_EGDIR}" \
|
||||
|
Loading…
Reference in New Issue
Block a user