From: Alexander Barton Date: Sat, 4 Apr 2015 21:11:15 +0000 (+0200) Subject: Don't install lib/ax/README file with executable bits set ... X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e127c4b1817ce20c0a5c6b2899a4483b2b63f52f;p=ax-unix.git Don't install lib/ax/README file with executable bits set ... --- diff --git a/lib/ax/Makefile b/lib/ax/Makefile index eac6db9..fcd6756 100644 --- a/lib/ax/Makefile +++ b/lib/ax/Makefile @@ -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