From 869e307f9b70eb3e0189a912ee9c5f3f930ffd20 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 6 Nov 2008 04:40:18 +0000 Subject: [PATCH] Merge r11074 from rel_1_4: Cover the case where the en-US locale has not been installed and explicitly create the directory git-svn-id: svn://svn.open-ils.org/ILS/trunk@11076 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- build/i18n/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 02cb697c4c..9b7257d422 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -133,6 +133,7 @@ fmidlpo2entity: # Generate en-US DTD from a POT file; required if any other locale is installed fmidlpo2entity-en: + mkdir -p $(PROJECT)/en-US @scripts/fieldmapper.py --entity $(POINDIR)/en-US/$(FMIDLOUT) --output $(PROJECT)/en-US/$(FMIDLENTITY) cp $(PROJECT)/en-US/$(FMIDLENTITY) $(DTDDIR)/en-US/ -- 2.11.0