diff options
author | Roy Marples <roy@marples.name> | 2008-03-25 17:19:41 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-25 17:19:41 +0000 |
commit | c807b3a815c3ed4be25248410830722e3c2767ab (patch) | |
tree | 3bb7b2e28ca9dec3a1da9fcc0cc1ad5c577a5d7a /sh | |
parent | 4d6b84290ac874a378a60dc76b0a074b839cc443 (diff) |
INITDIR should already be prefixed.
Diffstat (limited to 'sh')
-rw-r--r-- | sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile index 31f3156f..cc4aa35f 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 |