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:
a363d2e
)
use root of OsmAnd-tools
author
David Black
<david8black@gmail.com>
Sun, 20 Jan 2013 14:24:45 +0000
(14:24 +0000)
committer
David Black
<david8black@gmail.com>
Sun, 20 Jan 2013 14:24:45 +0000
(14:24 +0000)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index a77fc11c4752bdc77c751115a1a91ab611c65094..0f424631c83c2be615492c382954af7b115130e2 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1480,10
+1480,7
@@
def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
vcs = getvcs('git',
'https://github.com/osmandapp/OsmAnd-tools', sdir, sdk_path)
vcs.gotorevision(ref)
- libdir = os.path.join(sdir, 'OsmAndMapCreator')
- if basepath:
- return sdir
- return libdir
+ return sdir
if name == 'OsmAnd-core':
sdir = os.path.join(extlib_dir, 'OsmAnd-core')