From a7fc99b1cf08c351433249a13aa2718dcfcf0fd2 Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 1 Dec 2022 22:55:13 -0400 Subject: [PATCH] Use relative path when linking pidof to killall5. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 19eba35..21cbb2e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -213,7 +213,7 @@ install: all ln -sf halt $(ROOT)/sbin/reboot ln -sf halt $(ROOT)/sbin/poweroff ln -sf init $(ROOT)/sbin/telinit - ln -sf $(ROOT)/sbin/killall5 $(ROOT)/bin/pidof + ln -sf ../sbin/killall5 $(ROOT)/bin/pidof if [ ! -f $(ROOT)/usr/bin/lastb ]; then \ ln -sf last $(ROOT)/usr/bin/lastb; \ fi