summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorben <ben>2005-11-28 01:50:21 +0000
committerben <ben>2005-11-28 01:50:21 +0000
commit0947114da51596d3a1801a9cb15ffc7400c0c68f (patch)
treefcb218b3e12e858b6f1590a28a37d076c92555eb /pkgtools/pkg_install
parent52078bf9c45a6e0246b19c03eef3292ac11fc27b (diff)
downloadpkgsrc-0947114da51596d3a1801a9cb15ffc7400c0c68f.tar.gz
Correct PAX_CMD to be pax.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/files/lib/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/lib.h b/pkgtools/pkg_install/files/lib/lib.h
index c552df1601f..fa10336b94b 100644
--- a/pkgtools/pkg_install/files/lib/lib.h
+++ b/pkgtools/pkg_install/files/lib/lib.h
@@ -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 */