chiark / gitweb /
fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
[elogind.git] / extras / dasd_id / Makefile
index 627b6cf42f6aeeac6f63ce025d92c8a924ae21a4..493c80ef8dc74a4ec9ff38d3e2626fd9b307f706 100644 (file)
@@ -20,10 +20,10 @@ libudevdir =        ${prefix}/lib/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_SCRIPT = ${INSTALL_PROGRAM}
+INSTALL_SCRIPT = ${INSTALL}
 
 all: $(PROG) $(MAN_PAGES)
 .PHONY: all