diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-09 23:08:19 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-09 23:08:19 +0200 |
commit | 3adddfa810c916132b59b11c736e8747581662bc (patch) | |
tree | 0fff24e488d143b6e344e9740d4580ec3b40b605 /doc/po/es.po | |
parent | 7a6d9076595b2acc164d6f057f609c96c359ea08 (diff) |
* ftparchive/apt-ftparchive.cc:
- default to putting the Contents-* files below $(SECTION) as apt-file
expects them there - thanks Martin-Éric Racine! (Closes: #675827)
Diffstat (limited to 'doc/po/es.po')
-rw-r--r-- | doc/po/es.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po/es.po b/doc/po/es.po index 705fb2a80..9b811db96 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -8049,13 +8049,13 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:307 msgid "" -"Sets the output Contents file. Defaults to <filename>$(DIST)/Contents-$(ARCH)" +"Sets the output Contents file. Defaults to <filename>$(DIST)/$(SECTION)/Contents-$(ARCH)" "</filename>. If this setting causes multiple Packages files to map onto a " "single Contents file (as is the default) then <command>apt-ftparchive</" "command> will integrate those package files together automatically." msgstr "" "Define el fichero «Contents» de salida. El valor predeterminado es <filename>" -"$(DIST)/Contents-$(ARCH)</filename>. Si este valor causa que varios ficheros " +"$(DIST)/$(SECTION)/Contents-$(ARCH)</filename>. Si este valor causa que varios ficheros " "«Packages» se relacionen en un único fichero «Contents» (el comportamiento " "predeterminado), <command>apt-ftparchive</command> integrará automáticamente " "esos ficheros de paquete juntos." |