From: Ciaran Gultnieks Date: Sun, 20 Oct 2013 20:15:35 +0000 (+0100) Subject: Fix to a9a947 X-Git-Tag: 0.1~330 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a403d102128f46be0d9933581d26ab1f63a7173e;p=fdroidserver.git Fix to a9a947 --- diff --git a/fdroidserver/build.py b/fdroidserver/build.py index 0c207622..46237a06 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -624,7 +624,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d # Copy the unsigned apk to our destination directory for further # processing (by publish.py)... - dest = common.getapkname(app,thisbuild) + dest = os.path.join(output_dir, common.getapkname(app,thisbuild)) shutil.copyfile(src, dest) # Move the source tarball into the output directory...