]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Install dhcpcd-definitions.conf to correct directory.
authorRoy Marples <roy@marples.name>
Mon, 8 May 2017 08:34:11 +0000 (09:34 +0100)
committerRoy Marples <roy@marples.name>
Mon, 8 May 2017 08:34:11 +0000 (09:34 +0100)
src/Makefile

index 248cce57cc3085de71f37d7b0f2f0ce1d2e3f013..014f2f612c04a93abba0c36e67f0d8925fbd3bdc 100644 (file)
@@ -72,8 +72,8 @@ ${PROG}: ${DEPEND} ${OBJS}
        ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
 
 _embeddedinstall: ${DHCPCD_DEFS}
-       ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
-       ${INSTALL} -m ${CONFMODE} ${DHCPCD_DEFS} ${DESTDIR}${SCRIPTSDIR}
+       ${INSTALL} -d ${DESTDIR}${LIBEXECDIR}
+       ${INSTALL} -m ${CONFMODE} ${DHCPCD_DEFS} ${DESTDIR}${LIBEXECDIR}
 
 _proginstall: ${PROG}
        ${INSTALL} -d ${DESTDIR}${SBINDIR}