From ccc0a7547ad3d30a28970c8b949f6d60cab7c5df Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 9 Jul 2013 19:43:17 -0400 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/external/make_updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/external/make_updates.sh b/Open-ILS/xul/staff_client/external/make_updates.sh index db7006f396..966e0c9e4c 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" -- 2.43.2