X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=Makefile;h=6ab8deaf4d3427adc1b8c10d2809008dc0c106c0;hp=d9fddb267cc6e96daa6e8363106e10417945fc1e;hb=8f1f6d0b5e917f706344d02726dcc6c6e2905ffe;hpb=d1252e4e09fea3b47e1e6eb76c6506ea83dda572 diff --git a/Makefile b/Makefile index d9fddb2..6ab8dea 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ include VERSION mkinstalldirs = /usr/bin/mkdir -p -INSTALL = /usr/sbin/install -INSTALL_DATA = ${INSTALL} -u root -g bin -m 644 -f -INSTALL_PROGRAM = ${INSTALL} -u root -g bin -f -INSTALL_SCRIPT = ${INSTALL} -f +INSTALL = /usr/bin/install +INSTALL_DATA = ${INSTALL} -m 644 -t +INSTALL_PROGRAM = ${INSTALL} -t +INSTALL_SCRIPT = ${INSTALL} -t RM = /usr/bin/rm -f RMRF = /usr/bin/rm -Rf RMDIR = /usr/bin/rmdir