X-Git-Url: http://rtime.felk.cvut.cz/gitweb/novaboot.git/blobdiff_plain/945b93d256ba7d090570b0b9b4f557d1f30132c2..a4e543fce39550c20076c5f6004de8e25450ef5a:/server/Makefile diff --git a/server/Makefile b/server/Makefile index d5c6070..9f2df24 100644 --- a/server/Makefile +++ b/server/Makefile @@ -14,10 +14,10 @@ install: all install -D -m 755 -t $(DESTDIR)$(PREFIX)/sbin adduser-novaboot install -D -m 644 -t $(DESTDIR)$(PREFIX)/share/man/man8 adduser-novaboot.8 install -D -m 644 -t $(DESTDIR)$(PREFIX)/lib/sysusers.d sysusers.d/novaboot-server.conf - install -D -m 644 -t $(DESTDIR)/lib/systemd/system systemd/novaboot-power-off@.service - install -D -m 644 -t $(DESTDIR)/lib/systemd/system systemd/novaboot-power-off@.timer - install -D -m 644 -t $(DESTDIR)/lib/systemd/system systemd/novaboot-power@.service - install -D -m 644 -t $(DESTDIR)/usr/lib/systemd/user systemd/novaboot-delayed-power-off.service - install -D -m 644 -t $(DESTDIR)/usr/lib/systemd/user systemd/novaboot-delayed-power-off.target + install -D -m 644 -t $(DESTDIR)$(PREFIX)/lib/systemd/system systemd/novaboot-power-off@.service + install -D -m 644 -t $(DESTDIR)$(PREFIX)/lib/systemd/system systemd/novaboot-power-off@.timer + install -D -m 644 -t $(DESTDIR)$(PREFIX)/lib/systemd/system systemd/novaboot-power@.service + install -D -m 644 -t $(DESTDIR)$(PREFIX)/lib/systemd/user systemd/novaboot-delayed-power-off.service + install -D -m 644 -t $(DESTDIR)$(PREFIX)/lib/systemd/user systemd/novaboot-delayed-power-off.target install -D -m 440 systemd/sudoers.novaboot-server $(DESTDIR)/etc/sudoers.d/novaboot-server install -D -m 755 -t $(DESTDIR)$(PREFIX)/sbin systemd/novaboot-power