From: Michal Sojka Date: Wed, 10 Sep 2014 11:44:03 +0000 (+0200) Subject: Do not make README.txt executable X-Git-Tag: 20140910^0 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/b0c44e6819163a1cb75cb8a3f0685777fc25ddaf Do not make README.txt executable --- diff --git a/Makefile b/Makefile index fb63196..4998d72 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install: install -d $(DESTDIR)/etc/sudoers.d install -m 440 sudoers.novaboot $(DESTDIR)/etc/sudoers.d/novaboot install -d $(DESTDIR)/etc/novaboot.d - install etc.novaboot.txt $(DESTDIR)/etc/novaboot.d/README.txt + install -m 644 etc.novaboot.txt $(DESTDIR)/etc/novaboot.d/README.txt test: $(MAKE) -C tests