diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-29 23:37:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-29 23:37:50 +0100 |
commit | 5b9a8a22452253c0bdf267cd68e456772601ff31 (patch) | |
tree | 416f50bee0fa731617139f7493b19ad714af1299 /packages/angstrom/bigbuckbunny-720p.bb | |
parent | fe90a0854047d064954185c2a4fa331e9ad560b8 (diff) |
bigbuckbunny: fix typos
Diffstat (limited to 'packages/angstrom/bigbuckbunny-720p.bb')
-rw-r--r-- | packages/angstrom/bigbuckbunny-720p.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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" |