projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfa942
)
Build 64-bit Linux client updates when asked
author
Dan Scott
<dscott@laurentian.ca>
Tue, 9 Jul 2013 23:43:17 +0000
(19:43 -0400)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/Open-ILS/xul/staff_client/external/make_updates.sh
b/Open-ILS/xul/staff_client/external/make_updates.sh
index
db7006f
..
966e0c9
100755
(executable)
--- 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"
- LINUX
32
_UPDATES=1
+ LINUX
64
_UPDATES=1
;;
extension-updates*)
echo "Building Extension Updates only"