summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-05-13 17:09:19 +0200
committerraveit65 <[email protected]>2019-05-16 08:36:40 +0200
commit79498277d3da6c638d297f5aa615f82790f6c4e0 (patch)
tree1c749ca672fbb9cdceb6acd36d41b890dea4a05b /makepot
parent0e9ea052bdb0f8d3fbbbb8086e4ed4a2f0000ddd (diff)
downloadmarco-79498277d3da6c638d297f5aa615f82790f6c4e0.tar.bz2
marco-79498277d3da6c638d297f5aa615f82790f6c4e0.tar.xz
Update makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepot b/makepot
index db54c8cb..74fa489c 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,4 @@
PACKAGE=marco;
-make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+rm -f po/$PACKAGE.pot && make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .