]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild: Fix directory expectations of the postprocess scripts
authorRichard Purdie <richard@openedhand.com>
Mon, 28 Apr 2008 20:16:24 +0000 (20:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 28 Apr 2008 20:16:24 +0000 (20:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4363 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild

index bacaca97cd641b1b7c03bb698d778ba872a1c7f3..57943da5f2c699b877504896b16d077e2d602c0c 100755 (executable)
@@ -40,6 +40,7 @@ POSTPROCESS=`which poky-autobuild-postprocess`
 if [ "xcomplete" = "x$BBTARGET" ]; then
     touch ./build/tmp/deploy/images/images-complete
     chmod a+w ./build/tmp/deploy/images/images-complete
+    cd ..
     if [ "x$POSTPROCESS" != "x" ]; then
         $POSTPROCESS `pwd` 
     fi
@@ -60,6 +61,8 @@ fi
 
 bitbake $BBTARGET
 
+cd ..
+
 if [ "x$POSTPROCESS" != "x" ]; then
     $POSTPROCESS `pwd` 
 fi