Skip to content
Permalink
Browse files

Don't install /var/db/dhcpcd in the Makefile

dhcpcd will create it in the right place by default.
  • Loading branch information
rsmarples committed Mar 31, 2020
1 parent 5ac1a5c commit 5f275b7bd1ed4d1f830b7a60ba253a98f7ef6127
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/Makefile
@@ -82,7 +82,6 @@ _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

0 comments on commit 5f275b7

Please sign in to comment.