1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

runqemu: Fix path after staging layout changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3204 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-22 16:57:02 +00:00
parent 512f7a0ab8
commit 4d5b401bc6
+1 -1
View File
@@ -23,7 +23,7 @@ if [ "x$BUILDDIR" = "x" ]; then
exit 1
fi
PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/bin:$BUILDDIR/tmp/cross/bin:$PATH
PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$BUILDDIR/tmp/cross/bin:$PATH
if [ "x$1" = "x" ]; then
echo