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:
a520076
)
Fix apk path on gradle builds with many subdirs
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 15 Apr 2014 09:50:02 +0000
(11:50 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 15 Apr 2014 09:50:02 +0000
(11:50 +0200)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 9a47124a9f1a2ee7c350b085a793cea88a64ea4c..617bec4163f15bdc517207da416f0247aeee829e 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-682,7
+682,7
@@
def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
dd = build_dir
if 'subdir' in thisbuild:
dd = os.path.join(dd, thisbuild['subdir'])
- basename =
thisbuild['subdir']
+ basename =
os.path.basename(thisbuild['subdir'])
if '@' in thisbuild['gradle']:
dd = os.path.join(dd, thisbuild['gradle'].split('@')[1])
basename = app['id']