Fix installation of init tools {halt,poweroff,shutdown,reboot,telinit}
This commit is contained in:
parent
e43479df2c
commit
d37fe8623b
@ -25,7 +25,7 @@ install_conf:
|
|||||||
|
|
||||||
install_scripts: $(scripts)
|
install_scripts: $(scripts)
|
||||||
for script in $(scripts) ; \
|
for script in $(scripts) ; \
|
||||||
do install -m755 $$script $(DESTDIR)/bin
|
do install -m755 bin/$$script $(DESTDIR)/sbin ; done
|
||||||
|
|
||||||
$(sysctl_libdir):
|
$(sysctl_libdir):
|
||||||
install -d $@
|
install -d $@
|
||||||
|
Loading…
Reference in New Issue
Block a user