Put system-dependent MacOS build last

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1412 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2010-09-30 06:53:00 +00:00
parent 33a616687a
commit 7aa2c28a48

2
refine
View File

@ -413,9 +413,9 @@ ant() {
# ---------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------
dist() { dist() {
mac_dist $1
windows_dist $1 windows_dist $1
linux_dist $1 linux_dist $1
mac_dist $1
echo "All distributions were built and are located at $REFINE_DIST_DIR" echo "All distributions were built and are located at $REFINE_DIST_DIR"
echo echo