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 | 7e16d835fef67acbb2802742f1be40afff0d22d9 (patch) | |
tree | 1221d234933b5dabe41399b72e44f260b681a2bc /kachelmann | |
parent | 6db1828e903ae0a0b4d8fc94c7f280250e063dcb (diff) |
Mde the Makefile to rename conditions to kachelmann in /root/bin
Diffstat (limited to 'kachelmann')
-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 + |