summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-20 17:17:41 +0100
committerraveit65 <[email protected]>2019-11-20 17:17:41 +0100
commit3310933581879d0665897e22cd61fbf475cc73a6 (patch)
tree17ae501cbd0e9cdcf0634f493d25de983fd1680d
parentd64b6db3b6c7a204a1d4f1f1a4651b6fd27b785c (diff)
downloadmate-icon-theme-3310933581879d0665897e22cd61fbf475cc73a6.tar.bz2
mate-icon-theme-3310933581879d0665897e22cd61fbf475cc73a6.tar.xz
tx: add fixes to makepot script
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
diff --git a/makepot b/makepot
index 8f8e566..26914ce 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-icon-theme;
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
+sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot