summaryrefslogtreecommitdiffstats
path: root/kachelmann/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-06 01:27:55 +0200
committerroot <root@krebs>2011-08-06 01:27:55 +0200
commitccd029afd79fc6155d2c04e37584e11cdd463913 (patch)
treeecc8d418d19372c59ac8caaf0161b6e737dfc896 /kachelmann/Makefile
parent1a6b35c1bee9582ac0d2e899fd8d0c26386a1fb8 (diff)
Fixed the Makefile and renamed conditions.pl to conditions
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r--kachelmann/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/kachelmann/Makefile b/kachelmann/Makefile
index 277a5421..813f4dec 100644
--- a/kachelmann/Makefile
+++ b/kachelmann/Makefile
@@ -1,5 +1,6 @@
.PHONY: infect
-INSTALL_DIR = /root/bin
+INSTALL_DIR = /root/bin/
infect:
mkdir -p /tmp/kachelmann/
- cp kachelmann ${INSTALL_DIR}
+ cp conditions ${INSTALL_DIR}
+ chmod +x ${INSTALL_DIR}conditions