chiark / gitweb /
use root of OsmAnd-tools
authorDavid Black <david8black@gmail.com>
Sun, 20 Jan 2013 14:24:45 +0000 (14:24 +0000)
committerDavid Black <david8black@gmail.com>
Sun, 20 Jan 2013 14:24:45 +0000 (14:24 +0000)
fdroidserver/common.py

index a77fc11c4752bdc77c751115a1a91ab611c65094..0f424631c83c2be615492c382954af7b115130e2 100644 (file)
@@ -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')