diff options
author | tv <tv@also> | 2011-08-06 01:51:26 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-06 01:51:26 +0200 |
commit | d8f14578cb869a32762266637b7708331a756871 (patch) | |
tree | 77d20f3298cafa0851e5a9fe748ad6d7623951cd /kachelmann/Makefile | |
parent | 34789f6524b3b2ef0149528c1ea5b1976b8413dc (diff) | |
parent | 40103bc2e86d12428ee146a6785c8462afd0ea17 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/Makefile')
-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 + |