summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-03 14:49:34 +0000
committerRoy Marples <roy@marples.name>2008-01-03 14:49:34 +0000
commit19765f289c109658252f67b31b869c64b015e454 (patch)
tree44e793842f0a3bf30e31cadb576f9aeeb3cd900a /Makefile
parent3a1cc82a8dbdfd73426d4120c84c7121118af546 (diff)
downloadopenrc-19765f289c109658252f67b31b869c64b015e454.tar.gz
openrc-19765f289c109658252f67b31b869c64b015e454.tar.bz2
openrc-19765f289c109658252f67b31b869c64b015e454.tar.xz
Move the linking of files in /etc/init.d into the sh/Makefile so that install -jN works.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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