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

@@ -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