From 18db192f24ea03052b16aa5a8d11dc6435ea6379 Mon Sep 17 00:00:00 2001 From: jamesmr89 Date: Sun, 15 Jan 2012 15:57:48 -0800 Subject: [PATCH] This will allow for the build-release process to work "out of the box" on other targets from i386, I've only tested with amd64, but should work on others as well. --- build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-release.sh b/build-release.sh index 40f7eee..5395542 100755 --- a/build-release.sh +++ b/build-release.sh @@ -41,7 +41,7 @@ echo "Downloading binary release.." for file in ${binfiles}; do if [ ! -f ${file} ] ; then echo "Needed ${file}, didn't find it in current dir so downloading.." - ftp ${URLBASE}/i386/${file} + ftp ${URLBASE}/`machine`/${file} fi done