aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d6cbf29..cfd1cb82 100644
--- a/Makefile
+++ b/Makefile
@@ -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/