diff options
author | ben <ben@pkgsrc.org> | 2005-11-28 01:50:21 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-11-28 01:50:21 +0000 |
commit | 92973d6092425691b2593cd2628b1ef8e7080701 (patch) | |
tree | fcb218b3e12e858b6f1590a28a37d076c92555eb /pkgtools/pkg_install | |
parent | 01ae8805776f1821c2b0d41b2d20edf622855c45 (diff) | |
download | pkgsrc-92973d6092425691b2593cd2628b1ef8e7080701.tar.gz |
Correct PAX_CMD to be pax.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/lib.h | 4 |
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 */ |