summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-04 23:35:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-04 23:35:54 +0000
commit7b3a7108699fb985eaa41ccf0dcb3df2fa6af85b (patch)
treec6bbe13dcc4eb259ca332124bac1f3a0dafc7af5
parent85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc (diff)
downloaddrakx-backup-do-not-use-7b3a7108699fb985eaa41ccf0dcb3df2fa6af85b.tar
drakx-backup-do-not-use-7b3a7108699fb985eaa41ccf0dcb3df2fa6af85b.tar.gz
drakx-backup-do-not-use-7b3a7108699fb985eaa41ccf0dcb3df2fa6af85b.tar.bz2
drakx-backup-do-not-use-7b3a7108699fb985eaa41ccf0dcb3df2fa6af85b.tar.xz
drakx-backup-do-not-use-7b3a7108699fb985eaa41ccf0dcb3df2fa6af85b.zip
no_comment
-rw-r--r--docs/TODO8
-rw-r--r--perl-install/lang.pm3
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index 0edadea10..942c84ccc 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -4,7 +4,13 @@ the XFdrake test does not handle the fontset
when you set the kde icons to Large, maybe it'd be good to chown the .kderc
-(done,pix)-c optional for mke2fs
+test check bad blocks optional for mke2fs
+
+test ide burners (do not work with axalon)
+
+hd install: no umount is done at the end of install :(
+
+bug: zip with automount -> ppa not autoloaded
remount ro before X test.
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 15c5436a7..c12856eac 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -273,14 +273,13 @@ sub load_po($) {
} else {
-e ($f = "$_/po.cz2") and last foreach @INC;
$f =~ s/\.cz2//;
- log::l("loading $lang.po from $f");
+ log::l("trying to load $lang.po from $f");
open F, "extract_archive $f '' $lang.po 2>/dev/null |";
}
} else {
open F, $f; #- not returning here help avoiding reading the same multiple times.
}
foreach (<F>) {
- log::l("load_po: $_");
/^msgstr/ and $state = 1;
/^msgid/ && !$fuzzy and $state = 2;