diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,10 +79,11 @@ gpgkey: po: clean mkdir -p $(PO_DIR) for po in `ls po/*.po`; do \ - $(MSGCAT) -p -o $(PO_DIR)/$$(basename $$po | awk -F. '{print $$1}').properties $$po; \ + $(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 as7: po cp -r sos/* $(SRC_BUILD)/sos/ |