Build 64-bit Linux client updates when asked
authorDan Scott <dscott@laurentian.ca>
Tue, 9 Jul 2013 23:43:17 +0000 (19:43 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 9 Jul 2013 23:57:00 +0000 (19:57 -0400)
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 <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/external/make_updates.sh

index db7006f..966e0c9 100755 (executable)
@@ -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"