- bugfix for linux data archive script and git repo

This commit is contained in:
SoftCoder 2014-01-18 16:59:46 -08:00
parent 85e659219b
commit 11ac54a705
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ cd "$RELEASEDIR"
mkdir -p "$RELEASEDIR/data/core/misc_textures/flags/"
cd "$RELEASEDIR/data/core/misc_textures/flags/"
# svn export --force "$CURRENTDIR/../../source/masterserver/flags" "$RELEASEDIR/data/core/misc_textures/flags/"
git archive --remote ${REPODIR}/source/masterserver/ HEAD:flags | tar x
git archive --remote ${REPODIR} HEAD:source/masterserver/flags | tar x
#svn export --force "$CURRENTDIR/../../data/glest_game/CMakeLists.txt" "$RELEASEDIR/CMakeLists.txt"