From ff6c1866de5c1bdc50bad47af4a374ac9ea6f90a Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 8 Mar 2010 15:51:15 +0000 Subject: touch each file and set the permissions for a release --- userspace/arptables/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'userspace/arptables') diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile index 4222a21..d4d420f 100644 --- a/userspace/arptables/Makefile +++ b/userspace/arptables/Makefile @@ -71,4 +71,5 @@ CVSDIRS:=CVS extensions/CVS libarptc/CVS include/CVS include/libarptc/CVS includ release: rm -rf $(CVSDIRS) make clean - cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz + cd ..;find $(DIR) -exec touch {} \;;find $(DIR) -exec chmod o-r,g-r,o-w,g-w,o-x,g-x {} \;;tar -pc $(DIR) | gzip >$(DIR).tar.gz + -- cgit v1.2.3