Makefile now respects ROOT prefix when setting up pidof-to-killall5
symbolic link.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user