From 850d82c522b9e652fd726c64de6a52297375193f Mon Sep 17 00:00:00 2001 From: James Troup Date: Thu, 30 Nov 2000 04:38:34 +0000 Subject: [PATCH] pool location is based on source not binary package name. --- katie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/katie b/katie index 574fe1f3..f8053fc9 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packaes # Copyright (C) 2000 James Troup -# $Id: katie,v 1.5 2000-11-30 04:19:30 troup Exp $ +# $Id: katie,v 1.6 2000-11-30 04:38:34 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -688,7 +688,7 @@ def install (changes_filename, summary, short_summary): for qid in qd: # First move the files to the new location legacy_filename = qid["path"]+qid["filename"]; - pool_location = utils.poolify (files[file]["package"], files[file]["component"]); + pool_location = utils.poolify (files[file]["source"], files[file]["component"]); pool_filename = pool_location + os.path.basename(qid["filename"]); destination = Cnf["Dir::PoolDir"] + pool_location utils.move(legacy_filename, destination); -- 2.39.5