diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-26 21:52:42 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-26 21:52:42 -0400 |
commit | b159a370e2b1458c8c3817bdf3cabe2a630732e3 (patch) | |
tree | b287cde6cd03b7e0ecb9c6c7f52406917443353d /common.mk | |
parent | d52e1e2a44ded6d404363e6aff8ee244cfe847f8 (diff) |
Makefile: things in libre_datadir should be 644, not 755
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ install: PHONY $(files) $(DESTDIR)$(libre_execdir)/%: % install -Dm755 '$<' '$@' $(DESTDIR)$(libre_datadir)/%: % - install -Dm755 '$<' '$@' + install -Dm644 '$<' '$@' ################################################################################ |