changeset 13167:5f6c3c121560

101 Incorrect ON Makefile Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
author J. Schilling <joerg@schily.net>
date Fri, 03 Sep 2010 23:10:16 +0200
parents 40606e63445c
children 88e527ca878f
files usr/src/cmd/perl/skel/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/perl/skel/Makefile	Fri Sep 03 11:20:34 2010 -0700
+++ b/usr/src/cmd/perl/skel/Makefile	Fri Sep 03 23:10:16 2010 +0200
@@ -74,7 +74,7 @@
 			cd $(STAGE); \
 			find . \( -name ".packlist" -o -name "perllocal.pod" \) \
 				-exec $(RM) {} \; ; \
-			/usr/bin/pax -rwpe ./*  ${ROOT} ; \
+			/usr/bin/pax -rw -pe ./*  ${ROOT} ; \
 			) \
 		else \
 			/bin/false; \