changeset 5418:a295302f7de1 draft

Revert "Don't install /var/db/dhcpcd in the Makefile" This was when the privsep code had the database directory in the chroot, which it not longer is. This reverts commit 5f275b7bd1ed4d1f830b7a60ba253a98f7ef6127.
author Roy Marples <roy@marples.name>
date Tue, 04 Aug 2020 14:26:18 +0100
parents 96a086beb655
children 25b6d0d2a59d
files src/Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile	Mon Aug 03 17:04:51 2020 +0100
+++ b/src/Makefile	Tue Aug 04 14:26:18 2020 +0100
@@ -82,6 +82,7 @@
 _proginstall: ${PROG}
 	${INSTALL} -d ${DESTDIR}${SBINDIR}
 	${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${SBINDIR}
+	${INSTALL} -d ${DESTDIR}${DBDIR}
 
 proginstall: _proginstall ${EMBEDDEDINSTALL}
 	for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@ || exit $$?; cd ..; done