pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkginstall Add missing definition for "$ACTION", wh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/908d2c5d29ee
branches: trunk
changeset: 531049:908d2c5d29ee
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jul 18 18:43:05 2007 +0000
description:
Add missing definition for "$ACTION", which is the first argument to the
+SHLIBS script.
diffstat:
mk/pkginstall/shlibs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ac92e163af20 -r 908d2c5d29ee mk/pkginstall/shlibs
--- a/mk/pkginstall/shlibs Wed Jul 18 18:23:46 2007 +0000
+++ b/mk/pkginstall/shlibs Wed Jul 18 18:43:05 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlibs,v 1.1 2007/07/18 18:01:03 jlam Exp $
+# $NetBSD: shlibs,v 1.2 2007/07/18 18:43:05 jlam Exp $
#
# Generate a +SHLIBS script that updates the system run-time library
# search paths database for the package.
@@ -21,6 +21,7 @@
PWD_CMD="@PWD_CMD@"
SELF=$0
+ACTION=$1
CURDIR=`${PWD_CMD}`
PKG_METADATA_DIR="${1-${CURDIR}}"
Home |
Main Index |
Thread Index |
Old Index