From: Ralf Ertzinger Date: Thu, 27 Feb 2014 18:49:35 +0000 (+0100) Subject: Add proper permissions for executable files X-Git-Tag: 0.2.98.python3.1~18 X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=commitdiff_plain;h=67c4b6851c385c70c487dbbd32be8b1c5b5b5ce1;ds=sidebyside Add proper permissions for executable files --- diff --git a/Makefile b/Makefile index 42197d4..c8270e3 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ RELEASE=$(shell echo $(VERSION) | cut -f2- -d'-' | sed -e 's/-/./g') mkinstalldirs = /usr/bin/mkdir -p INSTALL = /usr/bin/install INSTALL_DATA = ${INSTALL} -m 644 -t -INSTALL_PROGRAM = ${INSTALL} -t +INSTALL_PROGRAM = ${INSTALL} -m 755 -t INSTALL_SCRIPT = ${INSTALL} -t RM = /usr/bin/rm -f RMRF = /usr/bin/rm -Rf