summaryrefslogtreecommitdiffstats
path: root/kachelmann
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-06 01:31:44 +0200
committerroot <root@krebs>2011-08-06 01:31:44 +0200
commitd9feb2d6431bc4be507998a0086a0f0d1317f8ea (patch)
tree0c1dfdbcb895444d532c7832eb6dc9c57897490d /kachelmann
parent4500675b3871a5683e08f4c7de4d69c5a1a0b3d7 (diff)
Mde the Makefile to rename conditions to kachelmann in /root/bin
Diffstat (limited to 'kachelmann')
-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
+