pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_tarup/files Clear out PKG_ARGS each time ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da601e9b6793
branches: trunk
changeset: 464505:da601e9b6793
user: erh <erh%pkgsrc.org@localhost>
date: Thu Dec 11 16:29:08 2003 +0000
description:
Clear out PKG_ARGS each time we create a package to avoid grabbing
files from other packages.
diffstat:
pkgtools/pkg_tarup/files/pkg_tarup | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1aef227f9bd9 -r da601e9b6793 pkgtools/pkg_tarup/files/pkg_tarup
--- a/pkgtools/pkg_tarup/files/pkg_tarup Thu Dec 11 16:06:55 2003 +0000
+++ b/pkgtools/pkg_tarup/files/pkg_tarup Thu Dec 11 16:29:08 2003 +0000
@@ -1,6 +1,6 @@
#! @SH@
#
-# $Id: pkg_tarup,v 1.10 2003/09/16 23:19:47 erh Exp $
+# $Id: pkg_tarup,v 1.11 2003/12/11 16:29:08 erh Exp $
#
# Tar up installed package
#
@@ -58,6 +58,7 @@
create_package()
{
PKG="$1"
+ PKG_ARGS=
${ECHO} "Creating binary package: $PKG"
check_and_add -c ${PKG_DBDIR}/${PKG}/+COMMENT
Home |
Main Index |
Thread Index |
Old Index