]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Do not make README.txt executable 20140910
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 10 Sep 2014 11:44:03 +0000 (13:44 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 10 Sep 2014 11:44:03 +0000 (13:44 +0200)
Makefile

index fb6319690ba8edcad006bd3083de164e3b932584..4998d724b67f2d3ab70eb4162db7b208214b3934 100644 (file)
--- 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