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 | dacc977554923de00a08422c0e391d9bca5190f6 (patch) | |
tree | e4d0b94521f5da1ea3c6993a6d4434f3bb552103 /kachelmann/Makefile | |
parent | 1aa87309b863de8d91786dc7757d4bc460c96669 (diff) | |
parent | 699f1cba963131518f62c51dbab4d9e4ce35152a (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 |