[oe-commits] Holger Hans Peter Freyther : usermanual: Pass proper arguments to tar.

git version control git at git.openembedded.org
Tue Aug 11 17:18:06 UTC 2009


Module: openembedded.git
Branch: ulf/atmel
Commit: a829724ce2c1e3b931032e2576636f2742f93d90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a829724ce2c1e3b931032e2576636f2742f93d90

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Aug 11 15:01:04 2009 +0200

usermanual: Pass proper arguments to tar.

---

 docs/usermanual/chapters/getting_oe.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml
index bd376c3..e8d1f2c 100644
--- a/docs/usermanual/chapters/getting_oe.xml
+++ b/docs/usermanual/chapters/getting_oe.xml
@@ -58,7 +58,7 @@ $ <command>cd</command> $OEBASE</screen>
 		<screen>
 $ <command>cd</command> $OEBASE
 $ <command>wget</command>http://download.berlios.de/bitbake/bitbake-1.8.12.tar.gz
-$ <command>tar</command> xvzf bitbake-1.8.12.tar.gz
+$ <command>tar</command> -xvzf bitbake-1.8.12.tar.gz
 $ <command>mv</command> bitbake-1.8.12 bitbake
 </screen>
 	  </para>





More information about the Openembedded-commits mailing list