summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-28 12:05:03 +0000
committerRoy Marples <roy@marples.name>2007-12-28 12:05:03 +0000
commitaa719aa2959b0b95884d5768c47c1f9ff0706211 (patch)
tree2c79fb28665c2399f9c6f3c53b58b0b472f0b928 /Makefile
parentd5684c26f9f51f2db3f5d586989cfb40f0b0318b (diff)
downloadopenrc-aa719aa2959b0b95884d5768c47c1f9ff0706211.tar.gz
openrc-aa719aa2959b0b95884d5768c47c1f9ff0706211.tar.bz2
openrc-aa719aa2959b0b95884d5768c47c1f9ff0706211.tar.xz
Relative links seem to cause an issue, so don't use them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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