]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Revert "Don't install /var/db/dhcpcd in the Makefile"
authorRoy Marples <roy@marples.name>
Tue, 4 Aug 2020 13:26:18 +0000 (14:26 +0100)
committerRoy Marples <roy@marples.name>
Tue, 4 Aug 2020 13:26:18 +0000 (14:26 +0100)
This was when the privsep code had the database directory in the
chroot, which it not longer is.

This reverts commit 5f275b7bd1ed4d1f830b7a60ba253a98f7ef6127.

src/Makefile

index 930108da354b415afc2cae8c878d578e53f2a02a..f1ae617d227d140ece4cee42173d947792358d7f 100644 (file)
@@ -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