chiark / gitweb /
fix path in RootCommands srclib
authorDavid Black <david8black@gmail.com>
Thu, 14 Mar 2013 13:40:10 +0000 (13:40 +0000)
committerDavid Black <david8black@gmail.com>
Thu, 14 Mar 2013 13:40:10 +0000 (13:40 +0000)
fdroidserver/common.py

index 9e7b2f9b84f0227fb7b21174f8f7000ec581f4c9..286491d15cb77a440c6f9ef1daf1985c685b5ea6 100644 (file)
@@ -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: