From 5ee0e6dbb924bfc7be4c6e7cf3a906d8b8d73409 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 8 Dec 2008 16:58:17 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0