summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-25 17:11:44 +0000
committerRoy Marples <roy@marples.name>2008-03-25 17:11:44 +0000
commit08791ec4a2cbec688a81d6e4bcac1e34fae9c83a (patch)
treebb3c3761c08a843f2d3d7b64be45e7ede533d2b0 /sh
parenta99b8d349c1c8223ace445abbba37815ef4748e5 (diff)
downloadopenrc-08791ec4a2cbec688a81d6e4bcac1e34fae9c83a.tar.gz
openrc-08791ec4a2cbec688a81d6e4bcac1e34fae9c83a.tar.bz2
openrc-08791ec4a2cbec688a81d6e4bcac1e34fae9c83a.tar.xz
INITDIR should already be prefixed.
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile
index 43b796b..5dd64d6 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -14,10 +14,10 @@ include ${MK}/scripts.mk
_installafter:
${INSTALL} -d ${DESTDIR}/${PREFIX}/${INITDIR}
@# Provide an init script for the loopback interface
- ln -snf ${PREFIX}/${RC_LIB}/sh/net.sh ${DESTDIR}/${PREFIX}/${INITDIR}/${NET_LO} || exit $$?
+ ln -snf ${PREFIX}/${RC_LIB}/sh/net.sh ${DESTDIR}/${INITDIR}/${NET_LO} || exit $$?
@# Put functions.sh into the init.d dir so 3rd party apps don't have to
@# be multilib aware
- ln -snf ${PREFIX}/${RC_LIB}/sh/functions.sh ${DESTDIR}/${PREFIX}/${INITDIR} || exit $$?
+ ln -snf ${PREFIX}/${RC_LIB}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$?
check test::
./runtests.sh