From 7c7876fed36780f76cef5f15720cc3ac7589bd7b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 16 Oct 2010 11:33:06 -0700 Subject: [PATCH] Make scripts executable in the distribution tarball --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5