chiark / gitweb /
vol_id: do not fail if unable to drop privileges
[elogind.git] / extras / cdrom_id / Makefile
index d5138c59338e34b5b8ee3673dca90839b968682e..7cd7c1d74ae235d29aa4df16a58e264063c3a6fe 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