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/apt-ftparchive.1.xml | |
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/apt-ftparchive.1.xml')
-rw-r--r-- | doc/apt-ftparchive.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index 1b69c3cfc..91fdfe1e0 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -305,7 +305,7 @@ <varlistentry><term><option>Contents</option></term> <listitem><para> Sets the output Contents file. Defaults to - <filename>$(DIST)/Contents-$(ARCH)</filename>. If this setting causes multiple + <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.</para></listitem> |