From a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 1 Mar 2008 22:12:33 +0000 Subject: Fix installing into PREFIX. --- sh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/Makefile') diff --git a/sh/Makefile b/sh/Makefile index bda82a0..aae07a3 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -11,7 +11,7 @@ include Makefile.${SUBOS} include ${MK}/scripts.mk _installafter: - ${INSTALL} -d ${DESTDIR}/etc/init.d + ${INSTALL} -d ${DESTDIR}/${PREFIX}/etc/init.d @# Provide an init script for the loopback interface ln -snf ${RC_LIB}/sh/net.sh ${DESTDIR}/${PREFIX}/etc/init.d/${NET_LO} || exit $$? @# Put functions.sh into the init.d dir so 3rd party apps don't have to -- cgit v1.2.3