From: Koen Kooi Date: Thu, 29 Jan 2009 22:37:50 +0000 (+0100) Subject: bigbuckbunny: fix typos X-Git-Tag: Release-2010-05/1~4069^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9a8a22452253c0bdf267cd68e456772601ff31;p=openembedded.git bigbuckbunny: fix typos --- diff --git a/packages/angstrom/bigbuckbunny-480p.bb b/packages/angstrom/bigbuckbunny-480p.bb index d3c2d66ef8..be9ad776a8 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 f9a8ec4dc1..375794c893 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"