pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/install Avoid a difference in shell implementation ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54044117e590
branches:  trunk
changeset: 513087:54044117e590
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 21 00:14:51 2006 +0000

description:
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:

 mk/install/install |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c8f6d46dfeff -r 54044117e590 mk/install/install
--- a/mk/install/install        Sat May 20 23:53:16 2006 +0000
+++ b/mk/install/install        Sun May 21 00:14:51 2006 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index