summaryrefslogtreecommitdiffstats
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
commitdc3e359842dd3a7cde81435b7d20b5694d15ad41 (patch)
treec29938f723afcbf2cb610cadfbcccd8ae0eb076f
parent729ecb1acee5419a0a223bec1b3170e4b65adf8f (diff)
Mde the Makefile to rename conditions to kachelmann in /root/bin
-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
+