summaryrefslogtreecommitdiffstats
path: root/kachelmann/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-24 01:59:20 +0200
committermakefu <github@syntax-fehler.de>2011-08-24 01:59:20 +0200
commit8951433431572bb3e3e2c7b77d97f49df7ce6170 (patch)
tree7938b56cee8d403b806044ed8fc92a56d388dc74 /kachelmann/Makefile
parent1288c00ac6048b180e959b56d1834f927417c552 (diff)
parentf5d75883e517965fa025e7b88e790a13a3e9dc9b (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r--kachelmann/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/kachelmann/Makefile b/kachelmann/Makefile
index 7fa3ec2d..3343d941 100644
--- a/kachelmann/Makefile
+++ b/kachelmann/Makefile
@@ -1,8 +1,7 @@
.PHONY: infect
-INSTALL_DIR = /root/bin/
-infect:
- mkdir -p /tmp/kachelmann/
- cp conditions ${INSTALL_DIR}
- mv ${INSTALL_DIR}conditions ${INSTALL_DIR}kachelmann
- chmod +x ${INSTALL_DIR}kachelmann
+install:
+ # punani -Ei w3m php php-xml-simple
+ ln -s $$PWD/conditions ../bin/conditions
+ ln -s $$PWD/wetter ../bin/wetter
+ ln -s ${INSTALL_DIR}conditions ${INSTALL_DIR}kachelmann