[oe-commits] Andrea Adami : zaurus-2.6.inc: fix typo in installkit

GIT User account git at amethyst.openembedded.net
Mon Apr 27 22:30:29 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Apr 28 00:25:37 2009 +0200

zaurus-2.6.inc: fix typo in installkit

---

 conf/machine/include/zaurus-2.6.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc
index 73e63fc..71fea7a 100644
--- a/conf/machine/include/zaurus-2.6.inc
+++ b/conf/machine/include/zaurus-2.6.inc
@@ -53,7 +53,7 @@ zaurus_make_installkit () {
 
 	cp updater.sh.${MACHINE} installkit-${MACHINE}/updater.sh
  
-	tar czf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz installkit-/
+	tar czf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz installkit-${MACHINE}/
 	md5sum ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz > ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz.md5
 	rm -rf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}/     
 





More information about the Openembedded-commits mailing list