diff options
author | raveit65 <[email protected]> | 2019-05-15 12:36:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-15 12:36:42 +0200 |
commit | 2beed2049f2822066eb2c571aa289f7a2a9f2dc5 (patch) | |
tree | bada03a4987e8f9242e913d246bfb52c179bdd16 /makepot | |
parent | 8d4b0a2db1f5a23ec61e4895f3dcdf9f75bc8783 (diff) | |
download | mozo-2beed2049f2822066eb2c571aa289f7a2a9f2dc5.tar.bz2 mozo-2beed2049f2822066eb2c571aa289f7a2a9f2dc5.tar.xz |
update makepot
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ PACKAGE=mozo; -make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +rm -f po/$PACKAGE.pot && make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |