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
commit4500675b3871a5683e08f4c7de4d69c5a1a0b3d7 (patch)
treeb255736295f46214288980807db7d793984ff0e0 /kachelmann/Makefile
parent0bdfff5506795d5603712e3333ebe44122db8e31 (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