pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pbulk Switched from pax to tar, as suggested by joe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/070d0eb8bc3e
branches:  trunk
changeset: 533152:070d0eb8bc3e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Sep 09 16:42:00 2007 +0000

description:
Switched from pax to tar, as suggested by joerg@.

diffstat:

 mk/pbulk/pbulk-index.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 8dc96bf289ca -r 070d0eb8bc3e mk/pbulk/pbulk-index.mk
--- a/mk/pbulk/pbulk-index.mk   Sun Sep 09 14:37:41 2007 +0000
+++ b/mk/pbulk/pbulk-index.mk   Sun Sep 09 16:42:00 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pbulk-index.mk,v 1.4 2007/09/08 17:13:54 rillig Exp $
+#      $NetBSD: pbulk-index.mk,v 1.5 2007/09/09 16:42:00 rillig Exp $
 
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to the parallel bulk build
@@ -101,4 +101,4 @@
 .endif
 
 pbulk-save-wrkdir:
-       ${RUN} ${PAX} -w -z -f ${INTO:Q} ${WRKDIR}
+       ${RUN} cd ${WRKDIR} && ${TAR} cfz ${INTO:Q} .



Home | Main Index | Thread Index | Old Index