summaryrefslogtreecommitdiffstats
path: root/userspace/arptables
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/arptables')
-rw-r--r--userspace/arptables/Makefile3
1 files changed, 2 insertions, 1 deletions
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
+