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 | 6db1828e903ae0a0b4d8fc94c7f280250e063dcb (patch) | |
tree | 4b46f638c264355a454f4c44c05aa0574183b8b8 /kachelmann/Makefile | |
parent | 48681b3db3f9038512eb293b364f537ff480f4d9 (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 |