From: dbs Date: Mon, 8 Dec 2008 16:58:17 +0000 (+0000) Subject: Avoid a strange case in which there might be a server locale but no chrome locale... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5ee0e6dbb924bfc7be4c6e7cf3a906d8b8d73409;p=Evergreen.git Avoid a strange case in which there might be a server locale but no chrome locale; consistency is key git-svn-id: svn://svn.open-ils.org/ILS/trunk@11444 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index b4a7e290e5..5ff8edaf09 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -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