summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0edd0e1..ea19e38 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ dist: clean
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
@chmod 644 -R $(TMPDIR)/$(ARCHIVE)/*
- @find $(TMPDIR)/$(ARCHIVE) -name "*.sh" -exec chmod 755 {} \;
+ @find $(TMPDIR)/$(ARCHIVE) -name "*.sh" -exec chmod a+x {} \;
@find $(TMPDIR)/$(ARCHIVE) -type d -exec chmod 755 {} \;
@chown root.root -R $(TMPDIR)/$(ARCHIVE)/*
@tar czf $(PACKAGE).tar.gz --exclude=.svn -C $(TMPDIR) $(ARCHIVE)