pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add add TAR_CMD to DEFS to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a02204a2d3
branches:  trunk
changeset: 462621:e1a02204a2d3
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Oct 06 10:12:42 2003 +0000

description:
add TAR_CMD to DEFS to ensure we use the full path to tar.

noted by Pierre Bourgin on tech-pkg.

diffstat:

 pkgtools/pkg_install/files/add/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe8a79fa3e03 -r e1a02204a2d3 pkgtools/pkg_install/files/add/Makefile.in
--- a/pkgtools/pkg_install/files/add/Makefile.in        Mon Oct 06 08:58:01 2003 +0000
+++ b/pkgtools/pkg_install/files/add/Makefile.in        Mon Oct 06 10:12:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.9 2003/09/23 07:44:50 grant Exp $
+# $NetBSD: Makefile.in,v 1.10 2003/10/06 10:12:42 grant Exp $
 
 srcdir=                @srcdir@
 
@@ -14,7 +14,7 @@
 CCLD=          $(CC)
 LIBS=          -linstall @LIBS@
 CPPFLAGS=      @CPPFLAGS@ -I. -I$(srcdir) -I../lib
-DEFS=          @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\"
+DEFS=          @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\" -DTAR_CMD=\"@tar@\"
 CFLAGS=                @CFLAGS@
 LDFLAGS=       @LDFLAGS@ -L../lib
 



Home | Main Index | Thread Index | Old Index