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 | c6588d8cebd541dc6ec4a556c731db9d7501c12a (patch) | |
| tree | 502847513b58e6b418828ee2db9212c1680b6c92 /kachelmann/Makefile | |
| parent | 32c0fe52c07b358a540f6f75c16bd369c13cdfd6 (diff) | |
| parent | ecdd55c0d0d572b7b9aba2e01198e858545a2298 (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 + |
