diff options
author | root <root@krebs> | 2011-08-06 01:31:44 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-06 01:31:44 +0200 |
commit | a37f2f67576b6b840a0c1f192d33dfbdeb4b9070 (patch) | |
tree | aa6a37be8ca78daa6ef8ae4d6ecbbd5d969b879a | |
parent | 72ddeff00de4b712e838a03c6eb609cbb85ce1a3 (diff) |
Mde the Makefile to rename conditions to kachelmann in /root/bin
-rw-r--r-- | kachelmann/Makefile | 4 |
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 + |