Auto merged
authorChris Larson <clarson@kergoth.com>
Fri, 19 Nov 2004 01:56:25 +0000 (01:56 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 19 Nov 2004 01:56:25 +0000 (01:56 +0000)
bin/oe/fetch.py

index c2849ef..fed6723 100644 (file)
@@ -388,7 +388,7 @@ class Cvs(Fetch):
             oe.debug(2, "Fetch: checking for module directory")
             pkg=oe.data.expand('${PN}', d)
             pkgdir=os.path.join(oe.data.expand('${CVSDIR}', localdata), pkg)
-            moddir=os.path.join(pkgdir,module)
+            moddir=os.path.join(pkgdir,localdir)
             if os.access(os.path.join(moddir,'CVS'), os.R_OK):
                 oe.note("Update " + loc)
 #               update sources there