summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 12:46:03 +0100
committerraveit65 <[email protected]>2019-11-06 12:46:03 +0100
commit5559ef765a143835519e876b42fe2a61a9f33ccf (patch)
treec66292f402ea77df260e803170a9b2e5f3edadfc
parent4576b43dcec5c1f54932d41c8c180847f033ccc1 (diff)
downloadmate-backgrounds-5559ef765a143835519e876b42fe2a61a9f33ccf.tar.bz2
mate-backgrounds-5559ef765a143835519e876b42fe2a61a9f33ccf.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 e560c4b..f02cea7 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-backgrounds;
rm -f po/$PACKAGE.pot && 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