X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fata_id%2FMakefile;h=c9691da1e24bea6bb51130fac987fe2a1fd94a94;hb=1d9cdcdf91f9ad0159be530a5b23170e73bffbe8;hp=c55bdac7c485b24da7c242909f83ebb9d90a9196;hpb=c76b97dc4d10fb569fa0d599e30a40b54fad05e4;p=elogind.git diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile index c55bdac7c..c9691da1e 100644 --- a/extras/ata_id/Makefile +++ b/extras/ata_id/Makefile @@ -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