[oe-commits] Henning Heinold : oe.unpack: fix subdir-feature

git version control git at git.openembedded.org
Fri Oct 15 10:29:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e96d72a1ce0e4472b16a93287d4538e4788213cf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e96d72a1ce0e4472b16a93287d4538e4788213cf

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Oct 15 12:23:43 2010 +0200

oe.unpack: fix subdir-feature

---

 lib/oe/unpack.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/oe/unpack.py b/lib/oe/unpack.py
index f2139ba..5a8334b 100644
--- a/lib/oe/unpack.py
+++ b/lib/oe/unpack.py
@@ -89,6 +89,6 @@ def unpack_file(file, destdir, dos=False, env=None):
 
     import oe.process
     try:
-        oe.process.run(cmd, env=env)
+        oe.process.run(cmd, env=env, cwd=destdir)
     except oe.process.CmdError, exc:
         raise UnpackError(file, destdir, cmd, str(exc))





More information about the Openembedded-commits mailing list