aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/oe/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oe/fetch.py b/bin/oe/fetch.py
index c2849efea..fed672395 100644
--- a/bin/oe/fetch.py
+++ b/bin/oe/fetch.py
@@ -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