Add tunable SYSCONFDIR
This commit is contained in:
		| @@ -13,9 +13,9 @@ include Makefile.${SUBOS} | ||||
| include ${MK}/scripts.mk | ||||
|  | ||||
| _installafter: | ||||
| 	${INSTALL} -d ${DESTDIR}/${PREFIX}/etc/init.d | ||||
| 	${INSTALL} -d ${DESTDIR}/${PREFIX}/${INITDIR} | ||||
| 	@# Provide an init script for the loopback interface | ||||
| 	ln -snf ${PREFIX}/${RC_LIB}/sh/net.sh ${DESTDIR}/${PREFIX}/etc/init.d/${NET_LO} || exit $$? | ||||
| 	ln -snf ${PREFIX}/${RC_LIB}/sh/net.sh ${DESTDIR}/${PREFIX}/${INITDIR}/${NET_LO} || exit $$? | ||||
| 	@# Put functions.sh into the init.d dir so 3rd party apps don't have to | ||||
| 	@# be multilib aware | ||||
| 	ln -snf ${PREFIX}/${RC_LIB}/sh/functions.sh ${DESTDIR}/${PREFIX}/etc/init.d || exit $$? | ||||
| 	ln -snf ${PREFIX}/${RC_LIB}/sh/functions.sh ${DESTDIR}/${PREFIX}/${INITDIR} || exit $$? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user