chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc2ef5
)
Fix to a9a947
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 20 Oct 2013 20:15:35 +0000
(21:15 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 20 Oct 2013 20:15:35 +0000
(21:15 +0100)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 0c2076229ee35ba9e3765673e54189e0a0766b2d..46237a06bd5cdec597db64075ba91c3a437c4675 100644
(file)
--- 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...