Skip to content

Commit 11ac54a

Browse files
committed
- bugfix for linux data archive script and git repo
1 parent 85e6592 commit 11ac54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/linux/make-data-archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cd "$RELEASEDIR"
8888
mkdir -p "$RELEASEDIR/data/core/misc_textures/flags/"
8989
cd "$RELEASEDIR/data/core/misc_textures/flags/"
9090
# svn export --force "$CURRENTDIR/../../source/masterserver/flags" "$RELEASEDIR/data/core/misc_textures/flags/"
91-
git archive --remote ${REPODIR}/source/masterserver/ HEAD:flags | tar x
91+
git archive --remote ${REPODIR} HEAD:source/masterserver/flags | tar x
9292

9393
#svn export --force "$CURRENTDIR/../../data/glest_game/CMakeLists.txt" "$RELEASEDIR/CMakeLists.txt"
9494

0 commit comments

Comments
 (0)