diff options
author | tv <tv@xso> | 2011-08-22 12:48:27 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-22 12:48:27 +0200 |
commit | 624a21ce26f49950594f4c072d81cb73e29a18fa (patch) | |
tree | 61e2ac2d7069e0cffdda8c7c038aa2e1288f9a8e /kachelmann/Makefile | |
parent | 45ceee319c70522d821f65505735bc514d123df5 (diff) | |
parent | 9fdb1fc7da782eba9a61da55349cd814f8fb13da (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r-- | kachelmann/Makefile | 11 |
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 |