summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-25 17:19:41 +0000
committerRoy Marples <roy@marples.name>2008-03-25 17:19:41 +0000
commitc807b3a815c3ed4be25248410830722e3c2767ab (patch)
tree3bb7b2e28ca9dec3a1da9fcc0cc1ad5c577a5d7a /sh
parent4d6b84290ac874a378a60dc76b0a074b839cc443 (diff)
downloadopenrc-c807b3a815c3ed4be25248410830722e3c2767ab.tar.gz
openrc-c807b3a815c3ed4be25248410830722e3c2767ab.tar.bz2
openrc-c807b3a815c3ed4be25248410830722e3c2767ab.tar.xz
INITDIR should already be prefixed.
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile
index 31f3156..cc4aa35 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -12,7 +12,7 @@ include Makefile.${OS}
include ${MK}/scripts.mk
_installafter:
- ${INSTALL} -d ${DESTDIR}/${PREFIX}/${INITDIR}
+ ${INSTALL} -d ${DESTDIR}/${INITDIR}
@# Provide an init script for the loopback interface
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