From: Russ Allbery Date: Sat, 16 Oct 2010 18:33:06 +0000 (-0700) Subject: Make scripts executable in the distribution tarball X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7c7876fed36780f76cef5f15720cc3ac7589bd7b;p=packages%2Fa%2Fafs-monitor.git Make scripts executable in the distribution tarball --- diff --git a/Makefile b/Makefile index 68ff3af..daffa7e 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ dist: sed -e 's![@]VERSION[@]!$(VERSION)!g' \ -e 's![@]DATE[@]!$(DATE)!g' \ $$script > afs-monitor-$(VERSION)/$$script ; \ + chmod 755 afs-monitor-$(VERSION)/$$script ; \ done cp $(EXTRA) afs-monitor-$(VERSION)/ tar cf afs-monitor-$(VERSION).tar afs-monitor-$(VERSION)