From: David Black Date: Thu, 14 Mar 2013 13:40:10 +0000 (+0000) Subject: fix path in RootCommands srclib X-Git-Tag: 0.1~673^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7a26a5dbf9de6b5c57d16307dc7e4c2201739e2e;p=fdroidserver.git fix path in RootCommands srclib --- diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 9e7b2f9b..286491d1 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -1323,7 +1323,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False): vcs = getvcs('git', 'https://github.com/dschuermann/root-commands.git', sdir, sdk_path) vcs.gotorevision(ref) - libdir = os.path.join(sdir, 'RootCommands Library') + libdir = os.path.join(sdir, 'RootCommands-Library') if subprocess.call([os.path.join(sdk_path, 'tools', 'android'), 'update', 'project', '-p', libdir]) != 0: