aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e796520..d7d6e1f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,7 @@ clean:
install: all
mkdir -p ${PREFIX}/bin
- cp -f tilite ${PREFIX}/bin/
- chmod 755 ${PREFIX}/bin/tilite
+ install -m 755 tilite ${PREFIX}/bin/tilite
uninstall:
rm -f ${PREFIX}/bin/tilite