The ../../mk/scripts/extract shell program does not work with Solaris'
/bin/sh. Fixed by invoking it via ${SH}.
This commit is contained in:
parent
841c8a5ede
commit
f6609e47f8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.extract.mk,v 1.19 2006/01/21 21:32:51 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.extract.mk,v 1.20 2006/01/23 14:19:08 rillig Exp $
|
||||
#
|
||||
# This Makefile fragment is included to bsd.pkg.mk and defines the
|
||||
# relevant variables and targets for the "extract" phase.
|
||||
|
@ -142,7 +142,7 @@ EXTRACT_OPTS+= ${TOOLS_PAX:D -t ${TOOLS_PAX}}
|
|||
|
||||
EXTRACT_CMD_DEFAULT= \
|
||||
${SETENV} ${_EXTRACT_ENV} \
|
||||
${.CURDIR}/../../mk/scripts/extract \
|
||||
${SH} ${.CURDIR}/../../mk/scripts/extract \
|
||||
${EXTRACT_OPTS} \
|
||||
${DOWNLOADED_DISTFILE} ${EXTRACT_ELEMENTS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue