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 | f1fbb1f23d9ad5de71ecf488d946438a283060d6 (patch) | |
tree | daf025ff38e6e968e0944d8c5c22fbf9605631ab /kachelmann/Makefile | |
parent | d88fd9f7744141c92dc320c4a37546902963fc5a (diff) | |
parent | 41bd333aedc01c479591f90d914d0c0667d6f8ea (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 + |