summaryrefslogtreecommitdiffstats
path: root/kachelmann/Makefile
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
commit0f494f83a322b190593aef08a6e504c70e23baff (patch)
tree9c79e0c8bfbc9f2bc8c07c47330be41924664430 /kachelmann/Makefile
parentac9d560478c4eeb43bd73ad53b8bca72c63de2eb (diff)
Mde the Makefile to rename conditions to kachelmann in /root/bin
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
+