diff options
author | raveit65 <[email protected]> | 2019-05-13 17:09:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-16 08:36:40 +0200 |
commit | 79498277d3da6c638d297f5aa615f82790f6c4e0 (patch) | |
tree | 1c749ca672fbb9cdceb6acd36d41b890dea4a05b | |
parent | 0e9ea052bdb0f8d3fbbbb8086e4ed4a2f0000ddd (diff) | |
download | marco-79498277d3da6c638d297f5aa615f82790f6c4e0.tar.bz2 marco-79498277d3da6c638d297f5aa615f82790f6c4e0.tar.xz |
Update makepot script
-rwxr-xr-x | makepot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 . |