Skip to content

Commit

Permalink
- bugfix for linux data archive script and git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
softcoder committed Jan 19, 2014
1 parent 85e6592 commit 11ac54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/linux/make-data-archive.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cd "$RELEASEDIR"
mkdir -p "$RELEASEDIR/data/core/misc_textures/flags/" mkdir -p "$RELEASEDIR/data/core/misc_textures/flags/"
cd "$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/" # 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" #svn export --force "$CURRENTDIR/../../data/glest_game/CMakeLists.txt" "$RELEASEDIR/CMakeLists.txt"


Expand Down

0 comments on commit 11ac54a

Please sign in to comment.