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 | 3dac8e5f4271d12c98de59f1fafe87092650402b (patch) | |
tree | b255736295f46214288980807db7d793984ff0e0 /kachelmann/Makefile | |
parent | b1931782376899c56ebf6c989f34f750c0e3cb3a (diff) | |
parent | 4500675b3871a5683e08f4c7de4d69c5a1a0b3d7 (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 |