diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pbulk/pbulk-index.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk index d6678c00fea..80c98952377 100644 --- a/mk/pbulk/pbulk-index.mk +++ b/mk/pbulk/pbulk-index.mk @@ -1,4 +1,4 @@ -# $NetBSD: pbulk-index.mk,v 1.3 2007/09/07 15:51:53 rillig Exp $ +# $NetBSD: pbulk-index.mk,v 1.4 2007/09/08 17:13:54 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 @@ pbulk-index-item: .endif pbulk-save-wrkdir: - ${PAX} -w -z -f ${INTO:Q} ${WRKDIR} + ${RUN} ${PAX} -w -z -f ${INTO:Q} ${WRKDIR} |