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: