Move the linking of files in /etc/init.d into the sh/Makefile so that install -jN works.

This commit is contained in:
Roy Marples
2008-01-03 14:49:34 +00:00
parent 3a1cc82a8d
commit 19765f289c
2 changed files with 6 additions and 3 deletions

View File

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