From: Roy Marples Date: Thu, 7 Jan 2016 19:59:17 +0000 (+0000) Subject: Import example hook scripts as well - upstream Makefile will sort it out. X-Git-Tag: v6.10.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e12f52db1e300503b6e77b4ff596690c92611b;p=thirdparty%2Fdhcpcd.git Import example hook scripts as well - upstream Makefile will sort it out. --- diff --git a/dhcpcd-hooks/Makefile b/dhcpcd-hooks/Makefile index 655678c2..82fec461 100644 --- a/dhcpcd-hooks/Makefile +++ b/dhcpcd-hooks/Makefile @@ -41,3 +41,4 @@ install: proginstall eginstall import: ${HOOKSCRIPTS} ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks + ${INSTALL} -m ${NONBINMODE} ${FILES} /tmp/${DISTPREFIX}/dhcpcd-hooks