diff options
author | makefu <github@syntax-fehler.de> | 2013-09-02 16:52:07 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-09-02 16:52:07 +0200 |
commit | cd2185d7fccb36d0146da751a1d34bf942728794 (patch) | |
tree | 381ef0896e55c92190eefb25a156a4f2a9768356 /god/ivan/Makefile | |
parent | b6ab9e12dd5422f8b65601d10955486778242ede (diff) |
add natural voices with caching for ivan
Diffstat (limited to 'god/ivan/Makefile')
-rw-r--r-- | god/ivan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/god/ivan/Makefile b/god/ivan/Makefile index 38eb1da2..30bb86aa 100644 --- a/god/ivan/Makefile +++ b/god/ivan/Makefile @@ -1,7 +1,7 @@ .PHONY: infest BIN_DIR = ../bin infest: - cp ivan ${INSTALL_DIR} + ln -s ${PWD}ivan ${INSTALL_DIR} debian-startup: cp ivan-startup /etc/init.d/ivan - update-rc.d evan start + update-rc.d ivan start |