summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2005-07-23 12:19:19 +0000
committerGerrit Pape <pape@smarden.org>2005-07-23 12:19:19 +0000
commit08dba2834c0c247ed77cfc8bddb0a90bc959e7bd (patch)
treef0cf9134ee311c209970f0d251aa6c6aadbb8e80 /Makefile
parented3be07800c02969f60b7ce1b0105df33fdbe353 (diff)
downloadrunit-08dba2834c0c247ed77cfc8bddb0a90bc959e7bd.tar.gz
runit-08dba2834c0c247ed77cfc8bddb0a90bc959e7bd.tar.xz
runit-08dba2834c0c247ed77cfc8bddb0a90bc959e7bd.zip
Makefile: doh, what's up, tar?
1.2.6.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4573116..a574c34 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DESTDIR=
 
-PACKAGE=runit-1.2.3
+PACKAGE=runit-1.2.6
 DIRS=doc man etc package src
 MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 svwaitdown.8 svwaitup.8 \
 utmpset.8 runsvchdir.8 runsvstat.8 runsvctrl.8 svlogd.8 chpst.8
@@ -33,9 +33,10 @@ $(PACKAGE).tar.gz:
 	chmod -R g-ws TEMP/admin
 	chmod +t TEMP/admin
 	find TEMP -exec touch {} \;
-	su -c 'chown -R root:root TEMP/admin ; \
-		( cd TEMP ; tar cpfz ../$(PACKAGE).tar.gz admin --exclude CVS ) ; \
-		rm -rf TEMP'
+	su -c '\
+	  chown -R root:root TEMP/admin ; \
+	  (cd TEMP && tar --exclude CVS -cpzf ../$(PACKAGE).tar.gz admin); \
+	  rm -rf TEMP'
 
 clean:
 	find . -name \*~ -exec rm -f {} \;