[open-ils-commits] r11444 - trunk/Open-ILS/xul/staff_client

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 8 11:58:19 EST 2008


Author: dbs
Date: 2008-12-08 11:58:17 -0500 (Mon, 08 Dec 2008)
New Revision: 11444

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
Avoid a strange case in which there might be a server locale but no chrome locale; consistency is key


Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2008-12-08 06:32:22 UTC (rev 11443)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2008-12-08 16:58:17 UTC (rev 11444)
@@ -5,7 +5,7 @@
 
 export STAFF_CLIENT_BUILD_ID = $$(/bin/cat build/BUILD_ID)
 OPENSRF_JSLIBS = "$(OPENSRF_LIBS)/javascript"
-CHROME_LOCALES = $$(ls server/locale)
+CHROME_LOCALES = $$(ls chrome/locale)
 
 install-exec-local: build
 



More information about the open-ils-commits mailing list