Changeset 230 for binary-improvements/bundle_creation/makefile
- Timestamp:
- Apr 18, 2015, 4:27:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/bundle_creation/makefile
r227 r230 3 3 SERVERPATH=/srv/www/illy.bz/http/fi/7dtd/ 4 4 5 VERSIONFILE=../bin/ 7DaysToDie_Data/Managed/7dtd-server-fixes_version.txt5 VERSIONFILE=../bin/Mods/Allocs_CommonFunc/7dtd-server-fixes_version.txt 6 6 VERSION=$(shell cat ${VERSIONFILE} | grep "Version" | cut -d\ -f8) 7 7 ARCHIVENAME=server_fixes_v${VERSION}.tar.gz … … 26 26 SERVERFIXES: 27 27 @echo Copying server fixes... 28 @rm 7DaysToDie_Data -R 29 @rm Mods -R 28 30 @mkdir -p 7DaysToDie_Data/Managed 29 @cp ../bin/7DaysToDie_Data/Managed/Assembly-CSharp.patched.dll 7DaysToDie_Data/Managed/Assembly-CSharp.dll 30 @cp ../bin/7DaysToDie_Data/Managed/7dtd-server-fixes.dll 7DaysToDie_Data/Managed/ 31 @cp ../bin/7DaysToDie_Data/Managed/7dtd-server-fixes_version.txt 7DaysToDie_Data/Managed/ 31 @cp ../7dtd-binaries/Assembly-CSharp.dll 7DaysToDie_Data/Managed/Assembly-CSharp.dll 32 32 @mkdir -p Mods 33 33 @cp ../bin/Mods/* Mods/ -R 34 @mkdir -p Mods/Allocs WebInterface/webserver35 @cp ../webserver/* Mods/Allocs WebInterface/webserver/ -R36 @rm Mods/Allocs WebInterface/webserver/protect -f34 @mkdir -p Mods/Allocs_WebAndMapRendering/webserver 35 @cp ../webserver/* Mods/Allocs_WebAndMapRendering/webserver/ -R 36 @rm Mods/Allocs_WebAndMapRendering/webserver/protect -f 37 37 @find . -name "*~" -exec rm {} \; 38 38
Note:
See TracChangeset
for help on using the changeset viewer.