From: Chris Lamb Date: Wed, 28 Oct 2009 20:38:08 +0000 (+0000) Subject: Actually use dest_dir argument X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11cb700a54039293690f0f8a678e56197c2f5c7;p=dak Actually use dest_dir argument Signed-off-by: Chris Lamb --- diff --git a/daklib/queue.py b/daklib/queue.py index dc13b43d..31f9a25b 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1048,7 +1048,7 @@ class Upload(object): if re_is_orig_source.match(f) and self.pkg.orig_files.has_key(f) and \ self.pkg.orig_files[f].has_key("path"): continue - dest = os.path.join(os.getcwd(), f) + dest = os.path.join(dest_dir, f) os.symlink(src, dest) # If the orig files are not a part of the upload, create symlinks to the