Set the executable bit when preparing releases (#156)

This commit is contained in:
AJ Jordan
2018-03-26 11:51:33 -04:00
committed by Ali Karbassi
parent 8ec3bab53c
commit 8b35c5fdae

View File

@@ -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)/