]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Make scripts executable in the distribution tarball
authorRuss Allbery <rra@stanford.edu>
Sat, 16 Oct 2010 18:33:06 +0000 (11:33 -0700)
committerRuss Allbery <rra@stanford.edu>
Sat, 16 Oct 2010 18:33:06 +0000 (11:33 -0700)
Makefile

index 68ff3af331862474b1eb376d69db4ce154b4628b..daffa7e68d6cf37e72fe4acdb20235d70a1c9c35 100644 (file)
--- 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)