summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-21 00:14:51 +0000
committerjlam <jlam>2006-05-21 00:14:51 +0000
commitf97fc031f31e06f78bafd3b49f0ca1d285645620 (patch)
treea4c5937cd0ac33f82698ad34227d9a871e20b6e8 /mk
parent59050a31c821f73612ae51a6fc7ac824b232c017 (diff)
downloadpkgsrc-f97fc031f31e06f78bafd3b49f0ca1d285645620.tar.gz
Avoid a difference in shell implementation between IRIX 5.3 and newer
UNIX systems which caused recursive script invocations to not work. Patch from Georg Schwarz in private email.
Diffstat (limited to 'mk')
-rw-r--r--mk/install/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install b/mk/install/install
index 3e0e322d4dc..6e1a3371728 100644
--- a/mk/install/install
+++ b/mk/install/install
@@ -1,11 +1,11 @@
-# $NetBSD: install,v 1.46 2006/04/25 19:54:39 jlam Exp $
+# $NetBSD: install,v 1.47 2006/05/21 00:14:51 jlam Exp $
case ${STAGE} in
PRE-INSTALL)
#
# Unpack the helper scriptlets.
#
- ${SELF} ${PKGNAME} UNPACK
+ ${SH} ${SELF} ${PKGNAME} UNPACK
#
# Require that necessary users and groups exist or else fail the
# installation of the package.