summaryrefslogtreecommitdiffstats
path: root/kachelmann/Makefile
diff options
context:
space:
mode:
authortv <tv@also>2011-08-06 01:51:26 +0200
committertv <tv@also>2011-08-06 01:51:26 +0200
commita412a5761a4c943d91eb25ff9be9af26da94deca (patch)
treee794c1e02b90854a0cffa66e02db16f54067883e /kachelmann/Makefile
parentadcaf0af5c6e6594e36db214cd294da28cfa3a08 (diff)
parent525fecbfb8ed89c83df68ed5e66f3c4a05254293 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r--kachelmann/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/kachelmann/Makefile b/kachelmann/Makefile
index 813f4dec..7fa3ec2d 100644
--- a/kachelmann/Makefile
+++ b/kachelmann/Makefile
@@ -3,4 +3,6 @@ INSTALL_DIR = /root/bin/
infect:
mkdir -p /tmp/kachelmann/
cp conditions ${INSTALL_DIR}
- chmod +x ${INSTALL_DIR}conditions
+ mv ${INSTALL_DIR}conditions ${INSTALL_DIR}kachelmann
+ chmod +x ${INSTALL_DIR}kachelmann
+