From a6f536856e8e9d01533bfa32958dc22dd20d87c8 Mon Sep 17 00:00:00 2001 From: Jesse Jaggars Date: Tue, 31 Jan 2012 12:33:40 -0600 Subject: fixing naming of .properties files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cfd1cb82..1e1b249a 100644 --- a/Makefile +++ b/Makefile @@ -82,8 +82,8 @@ po: clean $(MSGCAT) -p -o $(PO_DIR)/sos_$$(basename $$po | awk -F. '{print $$1}').properties $$po; \ done; \ - cp $(PO_DIR)/en.properties $(PO_DIR)/en_US.properties - cp $(PO_DIR)/en.properties $(PO_DIR)/sos.properties + cp $(PO_DIR)/sos_en.properties $(PO_DIR)/sos_en_US.properties + cp $(PO_DIR)/sos_en.properties $(PO_DIR)/sos.properties as7: po cp -r sos/* $(SRC_BUILD)/sos/ -- cgit