mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 11:31:01 +00:00
+
This commit is contained in:
parent
4e9aa052bc
commit
308ecf7a04
16
makefile
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user