aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/svn.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-25 14:33:39 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-25 14:33:39 +0000
commit622454edf402c3d545d6696c88e02799c8979303 (patch)
tree7aac833e0a52a04dfb5ac20fd3782540ce60d4bc /lib/bb/fetch/svn.py
parentfaeb86a641a7c90f90ff678116a702c5758f9851 (diff)
downloadbitbake-622454edf402c3d545d6696c88e02799c8979303.tar.gz
svn.py: Handle paths in svn fetcher module parameter
Diffstat (limited to 'lib/bb/fetch/svn.py')
-rw-r--r--lib/bb/fetch/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/svn.py b/lib/bb/fetch/svn.py
index af8543ab3..95b21fe20 100644
--- a/lib/bb/fetch/svn.py
+++ b/lib/bb/fetch/svn.py
@@ -163,7 +163,7 @@ class Svn(Fetch):
os.chdir(ud.pkgdir)
# tar them up to a defined filename
try:
- runfetchcmd("tar -czf %s %s" % (ud.localpath, os.path.basename(ud.module)), d)
+ runfetchcmd("tar -czf %s %s" % (ud.localpath, ud.module), d)
except:
t, v, tb = sys.exc_info()
try: