summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-05-15 12:36:42 +0200
committerraveit65 <[email protected]>2019-05-15 12:36:42 +0200
commit2beed2049f2822066eb2c571aa289f7a2a9f2dc5 (patch)
treebada03a4987e8f9242e913d246bfb52c179bdd16
parent8d4b0a2db1f5a23ec61e4895f3dcdf9f75bc8783 (diff)
downloadmozo-2beed2049f2822066eb2c571aa289f7a2a9f2dc5.tar.bz2
mozo-2beed2049f2822066eb2c571aa289f7a2a9f2dc5.tar.xz
update makepot
-rwxr-xr-xmakepot2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepot b/makepot
index feb422a..e935a8d 100755
--- a/makepot
+++ b/makepot
@@ -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 .