From aa719aa2959b0b95884d5768c47c1f9ff0706211 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 28 Dec 2007 12:05:03 +0000 Subject: Relative links seem to cause an issue, so don't use them. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9824f40..8facd0d 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ include $(TOPDIR)/default.mk include $(TOPDIR)/Makefile.$(OS) install:: - ln -snf ../../$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$? - ln -snf ../../$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$? + ln -snf /$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$? + ln -snf /$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$? $(INSTALL) -d $(DESTDIR)$(RC_LIB)/init.d $(INSTALL) -d $(DESTDIR)$(RC_LIB)/tmp -- cgit v1.2.3