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/lib Correct PAX_CMD to be pax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2389c272ed2
branches:  trunk
changeset: 503743:f2389c272ed2
user:      ben <ben%pkgsrc.org@localhost>
date:      Mon Nov 28 01:50:21 2005 +0000

description:
Correct PAX_CMD to be pax.

diffstat:

 pkgtools/pkg_install/files/lib/lib.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b024cd60a4ac -r f2389c272ed2 pkgtools/pkg_install/files/lib/lib.h
--- a/pkgtools/pkg_install/files/lib/lib.h      Mon Nov 28 01:22:53 2005 +0000
+++ b/pkgtools/pkg_install/files/lib/lib.h      Mon Nov 28 01:50:21 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.19 2005/11/23 04:49:51 ben Exp $ */
+/* $NetBSD: lib.h,v 1.20 2005/11/28 01:50:21 ben Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -99,7 +99,7 @@
 
 /* Define pax as a string, used to copy files from staging area */
 #ifndef PAX_CMD
-#define PAX_CMD        "tar"
+#define PAX_CMD        "pax"
 #endif
 
 /* Define gzip and bzip2, used to unpack binary packages */



Home | Main Index | Thread Index | Old Index