aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2015-05-24 20:30:05 +0100
committerTomasz Kramkowski <tk@the-tk.com>2015-05-24 20:30:05 +0100
commitb0409caee2e2e13355a883ac0cf1e6addd8adcbe (patch)
tree2895c109f764729cfcaca3dc51a67f93ef13eb21
parent792ef281df229d5748ef7049f4ffcf678588cfe7 (diff)
downloadc-stuff-b0409caee2e2e13355a883ac0cf1e6addd8adcbe.tar.gz
c-stuff-b0409caee2e2e13355a883ac0cf1e6addd8adcbe.tar.xz
c-stuff-b0409caee2e2e13355a883ac0cf1e6addd8adcbe.zip
Added -D flag to install
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f29283..0cb6fcc 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ else
CFLAGS += -O2
endif
-INSTALL = install -m755
+INSTALL = install -Dm755
prefix = /usr/local
bindir = $(prefix)/bin