1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Fix to a9a947

This commit is contained in:
Ciaran Gultnieks 2013-10-20 21:15:35 +01:00
parent 3fc2ef5ebe
commit a403d10212

View 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...