diff options
author | tv <tv@also> | 2011-08-06 01:38:21 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-06 01:38:21 +0200 |
commit | 40d8d7398f6f0c1fc24ecc66037b3d65e34b5f34 (patch) | |
tree | beb4f1f53a220b605b38f2f1fe3d8eb98f6c4f5f /kachelmann/Makefile | |
parent | b3180d63868acddfc8a6c43d212f3af4cee0f6b0 (diff) | |
parent | 72ddeff00de4b712e838a03c6eb609cbb85ce1a3 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r-- | kachelmann/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kachelmann/Makefile b/kachelmann/Makefile index 277a5421..813f4dec 100644 --- a/kachelmann/Makefile +++ b/kachelmann/Makefile @@ -1,5 +1,6 @@ .PHONY: infect -INSTALL_DIR = /root/bin +INSTALL_DIR = /root/bin/ infect: mkdir -p /tmp/kachelmann/ - cp kachelmann ${INSTALL_DIR} + cp conditions ${INSTALL_DIR} + chmod +x ${INSTALL_DIR}conditions |