[oe-commits] Koen Kooi : bigbuckbunny: fix typos

GIT User account git at amethyst.openembedded.net
Thu Jan 29 22:40:27 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 29 23:37:50 2009 +0100

bigbuckbunny: fix typos

---

 packages/angstrom/bigbuckbunny-480p.bb |    6 +++---
 packages/angstrom/bigbuckbunny-720p.bb |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/packages/angstrom/bigbuckbunny-480p.bb b/packages/angstrom/bigbuckbunny-480p.bb
index d3c2d66..be9ad77 100644
--- a/packages/angstrom/bigbuckbunny-480p.bb
+++ b/packages/angstrom/bigbuckbunny-480p.bb
@@ -4,10 +4,10 @@ LICENSE = "CC-BY"
 SRC_URI = "http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi"
 
 do_install() {
-	install -d ${D}${datadir}/movie
-	install -m 0644 big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies 
+	install -d ${D}${datadir}/movies
+	install -m 0644 ${WORKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ 
 }
 
-FILES_${PN} += "${datadir}/movie"
+FILES_${PN} += "${datadir}/movies"
 PACKAGE_ARCH = "all"
 
diff --git a/packages/angstrom/bigbuckbunny-720p.bb b/packages/angstrom/bigbuckbunny-720p.bb
index f9a8ec4..375794c 100644
--- a/packages/angstrom/bigbuckbunny-720p.bb
+++ b/packages/angstrom/bigbuckbunny-720p.bb
@@ -4,11 +4,11 @@ LICENSE = "CC-BY"
 SRC_URI = "http://mirror.bigbuckbunny.de/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi"
 
 do_install() {
-	install -d ${D}${datadir}/movie
-	install -m 0644 big_buck_bunny_720p_surround.avi ${D}${datadir}/movies 
+	install -d ${D}${datadir}/movies
+	install -m 0644 ${WORKDIR}/big_buck_bunny_720p_surround.avi ${D}${datadir}/movies/ 
 }
 
-FILES_${PN} += "${datadir}/movie"
+FILES_${PN} += "${datadir}/movies"
 PACKAGE_ARCH = "all"
 
 





More information about the Openembedded-commits mailing list