mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-12 18:29:02 +00:00
reactivate language patch
This commit is contained in:
parent
0143a3af04
commit
3fdb2b8401
1 changed files with 8 additions and 8 deletions
|
@ -94,10 +94,10 @@ do
|
||||||
cd $dir/..; bnp_make -p $(basename $dir) || exit 2
|
cd $dir/..; bnp_make -p $(basename $dir) || exit 2
|
||||||
done
|
done
|
||||||
|
|
||||||
#for dir in $PATCH_HOME/patch_service/dataserver/data/kh_shard/*
|
for dir in $PATCH_HOME/patch_service/dataserver/data/kh_shard/*
|
||||||
#do
|
do
|
||||||
# cd $dir/..; bnp_make -p $(basename $dir) || exit 2
|
cd $dir/..; bnp_make -p $(basename $dir) || exit 2
|
||||||
#done
|
done
|
||||||
|
|
||||||
for dir in $PATCH_HOME/patch_service/dataserver/data/ryz/*
|
for dir in $PATCH_HOME/patch_service/dataserver/data/ryz/*
|
||||||
do
|
do
|
||||||
|
@ -159,10 +159,10 @@ sed -i -r 's/_NextVersionFile type="STRING" value=""/_NextVersionFile type="STRI
|
||||||
|
|
||||||
# search all ref files
|
# search all ref files
|
||||||
ADDREF=""
|
ADDREF=""
|
||||||
#for file in /home/gameserver/patch_service/patch_game/bnp/*.ref
|
for file in /home/gameserver/patch_service/patch_game/bnp/*.ref
|
||||||
#do
|
do
|
||||||
# ADDREF="$ADDREF"'<_Files type=\"STRING\" value=\"'$(basename $file)'\"/>'
|
ADDREF="$ADDREF"'<_Files type=\"STRING\" value=\"'$(basename $file)'\"/>'
|
||||||
#done
|
done
|
||||||
|
|
||||||
# Remove other _Category (keep 1st) and add ref file
|
# Remove other _Category (keep 1st) and add ref file
|
||||||
cp patch_game/ryzom.xml patch_game/ryzom.xml.ref || exit 2
|
cp patch_game/ryzom.xml patch_game/ryzom.xml.ref || exit 2
|
||||||
|
|
Loading…
Reference in a new issue