fix Makefile
This commit is contained in:
parent
6ffdbc1df4
commit
705caf67ed
1
Makefile
1
Makefile
@ -28,6 +28,7 @@ install:
|
|||||||
|
|
||||||
install -d $(DESTDIR)/$(PREFIX)/lib/systemd/system
|
install -d $(DESTDIR)/$(PREFIX)/lib/systemd/system
|
||||||
install -m0644 ./nohang.service $(DESTDIR)/$(PREFIX)/lib/systemd/system/nohang.service
|
install -m0644 ./nohang.service $(DESTDIR)/$(PREFIX)/lib/systemd/system/nohang.service
|
||||||
|
chcon -t systemd_unit_file_t $(DESTDIR)/$(PREFIX)/lib/systemd/system/nohang.service
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
# 'make uninstall' must not fail with error if systemctl is unavailable or returns error
|
# 'make uninstall' must not fail with error if systemctl is unavailable or returns error
|
||||||
|
Loading…
Reference in New Issue
Block a user