]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - Makefile
Print effective command line option (after target expansion)
[novaboot.git] / Makefile
index 9ebd017f3387c7fea6e5d794bc8347129d1dac68..4998d724b67f2d3ab70eb4162db7b208214b3934 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,10 @@ install:
        install -m 755 novaboot $(DESTDIR)$(PREFIX)/bin
        install -d $(DESTDIR)$(PREFIX)/share/man/man1/
        pod2man novaboot $(DESTDIR)$(PREFIX)/share/man/man1/novaboot.1
+       install -d $(DESTDIR)/etc/sudoers.d
+       install -m 440 sudoers.novaboot $(DESTDIR)/etc/sudoers.d/novaboot
+       install -d $(DESTDIR)/etc/novaboot.d
+       install -m 644 etc.novaboot.txt $(DESTDIR)/etc/novaboot.d/README.txt
 
 test:
        $(MAKE) -C tests