Skip to content

Commit

Permalink
Split build scripts to allow building in MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatblau committed Nov 29, 2015
1 parent cd86555 commit ef4b10b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions europa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ else
echo 'using specified tag '"$1"' as version'
tag="$1"
fi
if [[ -e 'build/roles/europa/files/shell/version' ]]; then
rm 'build/roles/europa/files/shell/version'
fi
echo $tag >> build/roles/europa/files/shell/version
echo "version is $tag"

Expand Down

0 comments on commit ef4b10b

Please sign in to comment.