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