From e127c4b1817ce20c0a5c6b2899a4483b2b63f52f Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 4 Apr 2015 23:11:15 +0200 Subject: [PATCH] Don't install lib/ax/README file with executable bits set ... --- lib/ax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2