diff options
author | root <root@krebs> | 2011-08-06 01:27:55 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-06 01:27:55 +0200 |
commit | 66cf9c25fff2686c90a632422386f17bd835243e (patch) | |
tree | fbd27c1a815543ca9fae89a729541c582ebbee61 /kachelmann/Makefile | |
parent | 5b8430e93431b795ac788c59bbc008b9e5b6da73 (diff) |
Fixed the Makefile and renamed conditions.pl to conditions
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 |