Skip to content

Commit

Permalink
Revert "Don't install /var/db/dhcpcd in the Makefile"
Browse files Browse the repository at this point in the history
This was when the privsep code had the database directory in the
chroot, which it not longer is.

This reverts commit 5f275b7.
  • Loading branch information
rsmarples committed Aug 4, 2020
1 parent a73da9e commit 4d695e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 4d695e1

Please sign in to comment.