chiark / gitweb /
fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
[elogind.git] / extras / edd_id / Makefile
index 01c2657e20a5e6adf04512ac3d4dedf204615508..71cc3dad7c060faec5ce0aa917ce3dcb29dafc5d 100644 (file)
@@ -20,10 +20,10 @@ libudevdir =        ${prefix}/lib/udev
 mandir =       ${prefix}/usr/share/man
 configdir =    ${etcdir}/udev/
 
 mandir =       ${prefix}/usr/share/man
 configdir =    ${etcdir}/udev/
 
-INSTALL = /usr/bin/install -c
+INSTALL = install -c
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_DATA  = ${INSTALL} -m 644
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_DATA  = ${INSTALL} -m 644
-INSTALL_SCRIPT = ${INSTALL_PROGRAM}
+INSTALL_SCRIPT = ${INSTALL}
 
 all: $(PROG) $(MAN_PAGES)
 .PHONY: all
 
 all: $(PROG) $(MAN_PAGES)
 .PHONY: all