From c807b3a815c3ed4be25248410830722e3c2767ab Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Mar 2008 17:19:41 +0000 Subject: INITDIR should already be prefixed. --- sh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/Makefile') 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 -- cgit v1.2.3