Skip to content

Commit

Permalink
Set the executable bit when preparing releases (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored and karbassi committed Mar 26, 2018
1 parent 8ec3bab commit 8b35c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -36,6 +36,7 @@ dist: $(DISTFILES) todo.sh
mkdir -p $(DISTNAME)
cp -f $(DISTFILES) $(DISTNAME)/
sed -e 's/@DEV_VERSION@/'$(VERSION)'/' todo.sh > $(DISTNAME)/todo.sh
chmod +x $(DISTNAME)/todo.sh
tar cf $(DISTNAME).tar $(DISTNAME)/
gzip -f -9 $(DISTNAME).tar
zip -9r $(DISTNAME).zip $(DISTNAME)/
Expand Down

0 comments on commit 8b35c5f

Please sign in to comment.