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
commitd8f14578cb869a32762266637b7708331a756871 (patch)
tree77d20f3298cafa0851e5a9fe748ad6d7623951cd /kachelmann/Makefile
parent34789f6524b3b2ef0149528c1ea5b1976b8413dc (diff)
parent40103bc2e86d12428ee146a6785c8462afd0ea17 (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
+