X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=catherine;h=80ff5b7202907963ae0c8c6741e7c34e8a252fbb;hb=cabe09b4d162c7f680b07863cc043359545dabdd;hp=25d43de2ea9187a72b56b032b1b4786eec7c22a2;hpb=fd89a228fe5c212db66b02a1550fc1b1b6aa3e98;p=dak.git diff --git a/catherine b/catherine index 25d43de2..80ff5b72 100755 --- a/catherine +++ b/catherine @@ -1,8 +1,8 @@ #!/usr/bin/env python # Poolify (move packages from "legacy" type locations to pool locations) -# Copyright (C) 2000, 2001 James Troup -# $Id: catherine,v 1.15 2001-11-19 02:02:53 troup Exp $ +# Copyright (C) 2000, 2001, 2002 James Troup +# $Id: catherine,v 1.16 2002-05-08 11:13:02 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 @@ -114,7 +114,7 @@ def poolize (q, limit, verbose, no_action): # First move the files to the new location pool_location = utils.poolify (source, component); pool_filename = pool_location + destination_filename; - destination = Cnf["Dir::PoolDir"] + pool_location + destination_filename; + destination = Cnf["Dir::Pool"] + pool_location + destination_filename; if os.path.exists(destination): utils.fubar("'%s' already exists in the pool; serious FUBARity." % (legacy_filename)); if verbose: