Set the executable bit when preparing releases (#156)
This commit is contained in:
1
Makefile
1
Makefile
@@ -36,6 +36,7 @@ dist: $(DISTFILES) todo.sh
|
|||||||
mkdir -p $(DISTNAME)
|
mkdir -p $(DISTNAME)
|
||||||
cp -f $(DISTFILES) $(DISTNAME)/
|
cp -f $(DISTFILES) $(DISTNAME)/
|
||||||
sed -e 's/@DEV_VERSION@/'$(VERSION)'/' todo.sh > $(DISTNAME)/todo.sh
|
sed -e 's/@DEV_VERSION@/'$(VERSION)'/' todo.sh > $(DISTNAME)/todo.sh
|
||||||
|
chmod +x $(DISTNAME)/todo.sh
|
||||||
tar cf $(DISTNAME).tar $(DISTNAME)/
|
tar cf $(DISTNAME).tar $(DISTNAME)/
|
||||||
gzip -f -9 $(DISTNAME).tar
|
gzip -f -9 $(DISTNAME).tar
|
||||||
zip -9r $(DISTNAME).zip $(DISTNAME)/
|
zip -9r $(DISTNAME).zip $(DISTNAME)/
|
||||||
|
|||||||
Reference in New Issue
Block a user