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 | 14546c84262692718798dcbff387627e86060b0c (patch) | |
tree | bebd09103bc2db8aa0ac4a7c1566556ff77a7266 /kachelmann/Makefile | |
parent | ac5231442ee0a5f9621f6dfcb1de58bcd8b84e22 (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 |