From: Dan Scott Date: Tue, 9 Jul 2013 23:43:17 +0000 (-0400) Subject: Build 64-bit Linux client updates when asked X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c9ef08c29a9348fdeb4f565dc9e3d98c45c6b0fa;p=evergreen%2Fequinox.git Build 64-bit Linux client updates when asked A copy/paste error led to a request for linux64-updates-client to generate 32-bit clients instead of the requested 64-bit clients. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- diff --git a/Open-ILS/xul/staff_client/external/make_updates.sh b/Open-ILS/xul/staff_client/external/make_updates.sh index d708e91cf6..36fa1fe95d 100755 --- a/Open-ILS/xul/staff_client/external/make_updates.sh +++ b/Open-ILS/xul/staff_client/external/make_updates.sh @@ -64,7 +64,7 @@ case "$2" in ;; linux64-updates*) echo "Building Linux (64 bit) Updates only" - LINUX32_UPDATES=1 + LINUX64_UPDATES=1 ;; extension-updates*) echo "Building Extension Updates only"