aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Jaggars <jhjaggars@gmail.com>2012-01-31 12:33:40 -0600
committerJesse Jaggars <jhjaggars@gmail.com>2012-01-31 12:33:40 -0600
commita6f536856e8e9d01533bfa32958dc22dd20d87c8 (patch)
tree1fcded48dd825dcd4ec3787906e7dfad543cede8
parent3c92fafcd56108e9f7da1d147412e33a154fe366 (diff)
downloadsos-a6f536856e8e9d01533bfa32958dc22dd20d87c8.tar.gz
fixing naming of .properties files
-rw-r--r--Makefile4
1 files 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/