diff options
author | raveit65 <[email protected]> | 2019-11-20 17:17:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-20 17:17:41 +0100 |
commit | 3310933581879d0665897e22cd61fbf475cc73a6 (patch) | |
tree | 17ae501cbd0e9cdcf0634f493d25de983fd1680d | |
parent | d64b6db3b6c7a204a1d4f1f1a4651b6fd27b785c (diff) | |
download | mate-icon-theme-3310933581879d0665897e22cd61fbf475cc73a6.tar.bz2 mate-icon-theme-3310933581879d0665897e22cd61fbf475cc73a6.tar.xz |
tx: add fixes to makepot script
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |