chiark / gitweb /
Fix to a9a947
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 20 Oct 2013 20:15:35 +0000 (21:15 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 20 Oct 2013 20:15:35 +0000 (21:15 +0100)
fdroidserver/build.py

index 0c2076229ee35ba9e3765673e54189e0a0766b2d..46237a06bd5cdec597db64075ba91c3a437c4675 100644 (file)
@@ -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...