Makefile now respects ROOT prefix when setting up pidof-to-killall5

symbolic link.
This commit is contained in:
Jesse 2022-11-30 23:17:18 -04:00
parent da6fdf6b2f
commit 40b66845b7
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ sysvinit (3.06) unreleased; urgency=low
* Drop sulogin from Debian build. Removed libcrypt-dev dependency.
* Fixed pt translation pages which were failing due to mis-matched
open/close tags.
* Makefile now respects ROOT prefix when setting up pidof-to-killall5
symbolic link.
sysvinit (3.05) released; urgency=low
* Helge Kreutzmann provided updated Makefile for

View File

@ -211,7 +211,7 @@ install: all
ln -sf halt $(ROOT)/sbin/reboot
ln -sf halt $(ROOT)/sbin/poweroff
ln -sf init $(ROOT)/sbin/telinit
ln -sf /sbin/killall5 $(ROOT)/bin/pidof
ln -sf $(ROOT)/sbin/killall5 $(ROOT)/bin/pidof
if [ ! -f $(ROOT)/usr/bin/lastb ]; then \
ln -sf last $(ROOT)/usr/bin/lastb; \
fi