Fix installation of init tools {halt,poweroff,shutdown,reboot,telinit}

This commit is contained in:
Nathan Fisher 2022-10-15 11:37:43 -04:00
parent e43479df2c
commit d37fe8623b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ install_conf:
install_scripts: $(scripts)
for script in $(scripts) ; \
do install -m755 $$script $(DESTDIR)/bin
do install -m755 bin/$$script $(DESTDIR)/sbin ; done
$(sysctl_libdir):
install -d $@