Skip to content

Commit

Permalink
server: dist.sh outputs bzip2 now to be in line with client
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-rath committed Mar 2, 2016
1 parent 058ea26 commit 431afd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ cd dist
cp ../ogrt-server "$DIST"
cp ../ogrt.conf "$DIST"

export XZ_OPT="-9"
tar cJf "${DIST}.tar.xz" "$DIST"
tar cjf "${DIST}.tar.bz2" "$DIST"
rm -rf "${DIST}"

0 comments on commit 431afd8

Please sign in to comment.