]> arthur.barton.de Git - ax-unix.git/commitdiff
Don't install lib/ax/README file with executable bits set ...
authorAlexander Barton <alex@barton.de>
Sat, 4 Apr 2015 21:11:15 +0000 (23:11 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 4 Apr 2015 21:11:15 +0000 (23:11 +0200)
lib/ax/Makefile

index eac6db9006b20ac4f599dae919ab01c33db87f69..fcd675666bf2b9c6d3c36914ca82d01360616cbf 100644 (file)
@@ -15,7 +15,7 @@ include ../../Makefile.ax
 install-local: ax-common.sh
        install -d -o $(USER) -g $(GROUP) -m 755 \
         $(DESTDIR)$(PREFIX)/lib/ax
-       install -p -o $(USER) -g $(GROUP) -m 755 README \
+       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 \
         $(DESTDIR)$(PREFIX)/lib/ax/ax-common.sh