summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-21 00:14:51 +0000
committerjlam <jlam@pkgsrc.org>2006-05-21 00:14:51 +0000
commit408b9158bda6422ae05c976dfe3cdc9dbda18af8 (patch)
treea4c5937cd0ac33f82698ad34227d9a871e20b6e8 /mk/install
parent73314052098cc509b9157a335306849580582862 (diff)
downloadpkgsrc-408b9158bda6422ae05c976dfe3cdc9dbda18af8.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/install')
-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.