INITDIR should already be prefixed.

This commit is contained in:
Roy Marples 2008-03-25 17:19:41 +00:00
parent 4d6b84290a
commit c807b3a815

View File

@ -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