summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-04-02 21:35:23 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-04-02 21:35:23 +0000
commit-rw-r--r--po/ca.po5
1 files changed, 5 insertions, 0 deletions
diff --git a/po/ca.po b/po/ca.po
index 04126b84..10b9a9e1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -1354,6 +1354,11 @@ msgstr "en descripcions "
msgid "in file names"
msgstr "en noms de fitxers"
+#: ../rpmdrake:1230
+#, perl-format
+msgid "Error: %s appears to be mounted read-only."
+msgstr ""
+
#: ../rpmdrake:1153
msgid "You need to select some packages first."
msgstr "Primer necessiteu escollir alguns paquets."
d.zip
fix remove of alternate cz modules
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_mdkinst_stage22
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2
index 442984327..bcd957d17 100755
--- a/tools/make_mdkinst_stage2
+++ b/tools/make_mdkinst_stage2
@@ -38,7 +38,7 @@ $SUDO cp -a $DEST/* $STAGE2TMP
# hack to reduce the STAGE2 image (do not edit without modifying in DrakX)
# be sure to keep the biggest server
rm -f $STAGE2TMP/usr/X11R6/bin/XF86_{VGA16,3DLabs,TGA,S3}
-rm -f $STAGE2TMP/lib/modules.cz2.2*
+rm -f $STAGE2TMP/lib/modules.cz-2.2*
rm -f $STAGE2TMP/$REP4PMS/po/DrakX.pot
#for i in /usr/share/locale; do \
# name=`basename $i` ; \