From: Roy Marples Date: Tue, 4 Aug 2020 13:26:18 +0000 (+0100) Subject: Revert "Don't install /var/db/dhcpcd in the Makefile" X-Git-Tag: v9.2.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d695e1ca3b87b45d5e5fa5119ddcb8a086ca9a0;p=thirdparty%2Fdhcpcd.git 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. --- diff --git a/src/Makefile b/src/Makefile index 930108da..f1ae617d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -82,6 +82,7 @@ _embeddedinstall: ${DHCPCD_DEF} _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