diff --git a/makefile b/makefile index aa76c67..55ebea0 100644 --- a/makefile +++ b/makefile @@ -69,15 +69,15 @@ rights: chmod +x bin/* run/* config/psyced.settings install.sh utility/multipatcher openwrt: - @echo This generates an openwrt-installable package by deleting - @echo large parts of psyced that are not necessary. 3 seconds pause. + @echo This installs psyced on an openwrt by deleting large parts + @echo of psyced that are not necessary. 3 seconds pause. @sleep 3 - mkdir etc - mkdir etc/init.d - mv config/blueprint/* etc - mv config/init.d/psyced-openwrt etc/init.d/psyced - mv config/psyced.ini etc + mkdir local + cp config/init.d/psyced-openwrt etc/init.d/psyced + mv config/blueprint/* local + mv config/psyced.ini local + ln -s /opt/psyced/local /etc/psyc rm -r .git* CHANGESTODO install.sh bin/psyked bin/csv* config pike rm -r run/* utility world/drivers/amylaar world/drivers/mudos log - # directory is generated elsewhere +# # directory is generated elsewhere ln -s /var/log/psyced log