summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-05 23:10:43 +0100
committerraveit65 <[email protected]>2019-11-06 09:27:53 +0100
commit3d7325619d7d628c867d71014065141843df7b29 (patch)
treed23d7289117125458870ecfd0e59d91f020bad46
parent8abe45db27fe1718e52389d526d6053e2e662758 (diff)
downloadlibmatemixer-3d7325619d7d628c867d71014065141843df7b29.tar.bz2
libmatemixer-3d7325619d7d628c867d71014065141843df7b29.tar.xz
makepot: use "charset=UTF-8" instead "charset=CHARSET"
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index a0810ae..e0259c7 100755
--- a/makepot
+++ b/makepot
@@ -4,3 +4,4 @@ PACKAGE=libmatemixer;
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