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:
1608f3e
)
Dumb mistake fixes
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 26 Mar 2013 13:34:04 +0000
(14:34 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 26 Mar 2013 13:34:04 +0000
(14:34 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index cba1bc60b6fe78dd326bcfe87ad52d1a3df82691..68320b13c771ff9703d618b6e92eeceeb1ae7005 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-912,10
+912,12
@@
def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
'https://github.com/Chainfire/libsuperuser', sdir, sdk_path)
vcs.gotorevision(ref)
libdir = os.path.join(sdir, 'libsuperuser')
+ if basepath:
+ return sdir
return libdir
if name == 'AndroidUtils':
- sdir = os.path.join(extlib_dir, '
libsuperuser
')
+ sdir = os.path.join(extlib_dir, '
AndroidUtils
')
vcs = getvcs('git',
'https://github.com/yuriykulikov/AndroidUtils', sdir, sdk_path)
vcs.gotorevision(ref)