diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-29 13:15:41 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-29 13:15:41 +0000 |
commit | ad8c8d16063f6948f547ece438d5e0d31422d297 (patch) | |
tree | 7836e7d677af2f099e10c80799d7faac82f5865a /po | |
parent | a03e5a4005b32455bd57c543d24f5de820d48835 (diff) | |
download | urpmi-ad8c8d16063f6948f547ece438d5e0d31422d297.tar urpmi-ad8c8d16063f6948f547ece438d5e0d31422d297.tar.gz urpmi-ad8c8d16063f6948f547ece438d5e0d31422d297.tar.bz2 urpmi-ad8c8d16063f6948f547ece438d5e0d31422d297.tar.xz urpmi-ad8c8d16063f6948f547ece438d5e0d31422d297.zip |
fixed stupid previous fixe.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 5d95c994..24b7d4d5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -38,7 +38,7 @@ $(PGOAL).pot: $(CFILES) --keyword=gettext \ --language=C -o placeholder.pot $(CFILES) perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) || rm -f $(PGOAL)_tmp.pot - [ -e $(PGOAL)_tmp.pot ] && msgcat --use-first placeholder.pot $(PGOAL)_tmp.pot > $@ + [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first placeholder.pot $(PGOAL)_tmp.pot > $@ rm -f placeholder.pot $(PGOAL)_tmp.pot install: all |