From a62e188f99a708b986a9dd4ead7658d079ec4120 Mon Sep 17 00:00:00 2001 From: John Shahid Date: Wed, 20 Nov 2013 14:04:31 -0500 Subject: [PATCH] fix the source package --- package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.sh b/package.sh index 347f3064fa..395daf17c0 100755 --- a/package.sh +++ b/package.sh @@ -129,7 +129,8 @@ function revert_version { } setup_version -packae_source UPDATE=on ./build.sh && package_files amd64 && build_packages amd64 +# we need to build to make sure all the dependencies are downloaded +packae_source [ $on_linux == yes ] && CGO_ENABLED=1 GOARCH=386 UPDATE=on ./build.sh && package_files 386 && build_packages 386 revert_version