diff options
| author | J. Schilling <joerg@schily.net> | 2010-09-03 23:10:16 +0200 |
|---|---|---|
| committer | J. Schilling <joerg@schily.net> | 2010-09-03 23:10:16 +0200 |
| commit | 2acef89e1f7028a688d54b364d2aa9e24baecf1d (patch) | |
| tree | 820014ada1149980f682b3150d789d199f7e0b83 /usr/src/cmd/perl | |
| parent | 5f5fdac79112ce12cf12c76d1461dd0b6a224a02 (diff) | |
| download | illumos-joyent-2acef89e1f7028a688d54b364d2aa9e24baecf1d.tar.gz | |
101 Incorrect ON Makefile
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
Diffstat (limited to 'usr/src/cmd/perl')
| -rw-r--r-- | usr/src/cmd/perl/skel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/perl/skel/Makefile b/usr/src/cmd/perl/skel/Makefile index 8814ec4a30..73f9ebdcbd 100644 --- a/usr/src/cmd/perl/skel/Makefile +++ b/usr/src/cmd/perl/skel/Makefile @@ -74,7 +74,7 @@ install: all 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; \ |
