diff options
Diffstat (limited to 'packages/angstrom/bigbuckbunny-480p.bb')
-rw-r--r-- | packages/angstrom/bigbuckbunny-480p.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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" |