summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepot b/makepot
index 1c86fba..e560c4b 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,4 @@
PACKAGE=mate-backgrounds;
-make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+rm -f po/$PACKAGE.pot && make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .