]> arthur.barton.de Git - ax-unix.git/commitdiff
Don't install lib/ax/ax-common.sh file with executable bits set
authorAlexander Barton <alex@barton.de>
Sat, 4 Apr 2015 21:13:10 +0000 (23:13 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 4 Apr 2015 21:13:10 +0000 (23:13 +0200)
It is a library intended to be included ("sourced") by other scripts,
it doesn't need to be executable itself!

lib/ax/Makefile

index fcd675666bf2b9c6d3c36914ca82d01360616cbf..4c6283ecd9be0d955eebb005277ca57742e91c3d 100644 (file)
@@ -17,5 +17,5 @@ install-local: ax-common.sh
         $(DESTDIR)$(PREFIX)/lib/ax
        install -p -o $(USER) -g $(GROUP) -m 644 README \
         $(DESTDIR)$(PREFIX)/lib/ax/README
-       install -p -o $(USER) -g $(GROUP) -m 755 ax-common.sh \
+       install -p -o $(USER) -g $(GROUP) -m 644 ax-common.sh \
         $(DESTDIR)$(PREFIX)/lib/ax/ax-common.sh