From 3adddfa810c916132b59b11c736e8747581662bc Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 9 Jun 2012 23:08:19 +0200 Subject: =?UTF-8?q?*=20ftparchive/apt-ftparchive.cc:=20=20=20-=20default?= =?UTF-8?q?=20to=20putting=20the=20Contents-*=20files=20below=20$(SECTION)?= =?UTF-8?q?=20as=20apt-file=20=20=20=20=20expects=20them=20there=20-=20tha?= =?UTF-8?q?nks=20Martin-=C3=89ric=20Racine!=20(Closes:=20#675827)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftparchive/apt-ftparchive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftparchive') diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 4efbecc8c..4b2c3ba12 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -451,7 +451,7 @@ void LoadTree(vector &PkgList,Configuration &Setup) string DIPrfx = Setup.Find("TreeDefault::InternalPrefix", "$(DIST)/$(SECTION)/"); string DContents = Setup.Find("TreeDefault::Contents", - "$(DIST)/Contents-$(ARCH)"); + "$(DIST)/$(SECTION)/Contents-$(ARCH)"); string DContentsH = Setup.Find("TreeDefault::Contents::Header",""); string DBCache = Setup.Find("TreeDefault::BinCacheDB", "packages-$(ARCH).db"); -- cgit v1.2.3