summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/Makefile.in
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2010-04-13 23:22:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2010-04-13 23:22:02 +0000
commite7e2d041d237deead5c18cf17d28c41cc58a4f48 (patch)
tree6b5f07f424496e02af032def0fd20f668f739915 /usr.bin/sudo/Makefile.in
parentea6f8db39d8eef9d3d707a8eef5b11166ffe2fc9 (diff)
Update to sudo 1.7.2p6
Diffstat (limited to 'usr.bin/sudo/Makefile.in')
-rw-r--r--usr.bin/sudo/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/sudo/Makefile.in b/usr.bin/sudo/Makefile.in
index 09f6b301413..8d69f819074 100644
--- a/usr.bin/sudo/Makefile.in
+++ b/usr.bin/sudo/Makefile.in
@@ -457,11 +457,9 @@ realclean: distclean
cleandir: realclean
dist:
- rm -f ../sudo-$(VERSION).tar.gz
- ( cd .. ; TF="/tmp/sudo.dist$$$$" ; rm -f $$TF ; for i in $(DISTFILES) ; \
- do echo sudo-$(VERSION)/$$i >> $$TF ; done ; \
- tar Ocf sudo-$(VERSION).tar \
- `cat $$TF` && gzip --best sudo-$(VERSION).tar && rm -f $$TF)
+ pax -w -x ustar -s '/^/sudo-$(VERSION)\//' -f ../sudo-$(VERSION).tar \
+ $(DISTFILES)
+ gzip -9f ../sudo-$(VERSION).tar
ls -l ../sudo-$(VERSION).tar.gz
bindist: