From 8b35c5fdae98466cff2ffea2153ee36baebaf911 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Mon, 26 Mar 2018 11:51:33 -0400 Subject: [PATCH] Set the executable bit when preparing releases (#156) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d050863..828a90d 100644 --- a/Makefile +++ b/Makefile @@ -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)/