From b159a370e2b1458c8c3817bdf3cabe2a630732e3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 May 2013 21:52:42 -0400 Subject: Makefile: things in libre_datadir should be 644, not 755 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 6248b80..8727640 100644 --- a/common.mk +++ b/common.mk @@ -28,7 +28,7 @@ install: PHONY $(files) $(DESTDIR)$(libre_execdir)/%: % install -Dm755 '$<' '$@' $(DESTDIR)$(libre_datadir)/%: % - install -Dm755 '$<' '$@' + install -Dm644 '$<' '$@' ################################################################################ -- cgit v1.2.2