From 19765f289c109658252f67b31b869c64b015e454 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 3 Jan 2008 14:49:34 +0000 Subject: Move the linking of files in /etc/init.d into the sh/Makefile so that install -jN works. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddd60b8..2d680bd 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,6 @@ 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 $$? $(INSTALL) -d $(DESTDIR)$(RC_LIB)/init.d $(INSTALL) -d $(DESTDIR)$(RC_LIB)/tmp -- cgit v1.2.3