diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-30 23:33:03 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-30 23:33:03 +0200 |
commit | ff29991315b26216a69a9c362747913f3b0482dc (patch) | |
tree | 746086cb1c65e19f3185e2771720518a033a43ef /evan/Makefile | |
parent | 4501bdfbc96b500b9ab6675c4a6674f4e77da52b (diff) | |
parent | df04c27a35814c115690b96b94368ec08e54f796 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Conflicts:
mining/Makefile: now installs tmux and configures
Diffstat (limited to 'evan/Makefile')
-rw-r--r-- | evan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evan/Makefile b/evan/Makefile index 366e86ee..f87e8505 100644 --- a/evan/Makefile +++ b/evan/Makefile @@ -3,6 +3,7 @@ INSTALL_DIR = /root/bin infect: mkdir -p ${INSTALL_DIR} cp evan ${INSTALL_DIR} + cp satz-liste ${INSTALL_DIR} cp evan-startup /etc/init.d/evan update-rc.d evan start |