diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-13 15:20:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-13 15:20:42 +0000 |
commit | 3f620368cba7eb40349d514ee1af73fec6819ef3 (patch) | |
tree | 94477db487f926fa1f99665c75d7d6fa714b8037 | |
parent | 26ab4014e3c0134b57d07b115a7d58918734f2ec (diff) | |
download | urpmi-3f620368cba7eb40349d514ee1af73fec6819ef3.tar urpmi-3f620368cba7eb40349d514ee1af73fec6819ef3.tar.gz urpmi-3f620368cba7eb40349d514ee1af73fec6819ef3.tar.bz2 urpmi-3f620368cba7eb40349d514ee1af73fec6819ef3.tar.xz urpmi-3f620368cba7eb40349d514ee1af73fec6819ef3.zip |
- drop urpmi.recover
(no more possible with rpm 4.6 which doesn't handle --repackage)
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index c370324e..a2aacf40 100644 --- a/po/Makefile +++ b/po/Makefile @@ -7,7 +7,7 @@ PGOAL = urpmi # perl files to search translatable strings in PL_FILES = ../rpm-find-leaves ../urpm.pm ../urpme ../urpmf \ ../urpmi ../urpmi.addmedia ../gurpmi ../gurpmi2 ../gurpmi.pm \ - ../urpmi.removemedia ../urpmi.update ../urpmq ../urpmi.recover \ + ../urpmi.removemedia ../urpmi.update ../urpmq \ ../urpm/*.pm ../rurpmi POFILES = $(shell ls *.po) |