Skip to content

Commit

Permalink
Don't install /var/db/dhcpcd in the Makefile
Browse files Browse the repository at this point in the history
dhcpcd will create it in the right place by default.
  • Loading branch information
rsmarples committed Mar 31, 2020
1 parent 5ac1a5c commit 5f275b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f275b7

Please sign in to comment.