diff options
author | Jesse Jaggars <jhjaggars@gmail.com> | 2012-01-31 12:33:40 -0600 |
---|---|---|
committer | Jesse Jaggars <jhjaggars@gmail.com> | 2012-01-31 12:33:40 -0600 |
commit | a6f536856e8e9d01533bfa32958dc22dd20d87c8 (patch) | |
tree | 1fcded48dd825dcd4ec3787906e7dfad543cede8 | |
parent | 3c92fafcd56108e9f7da1d147412e33a154fe366 (diff) | |
download | sos-a6f536856e8e9d01533bfa32958dc22dd20d87c8.tar.gz |
fixing naming of .properties files
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |