summaryrefslogtreecommitdiff
path: root/packages/angstrom/bigbuckbunny-720p.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/angstrom/bigbuckbunny-720p.bb')
-rw-r--r--packages/angstrom/bigbuckbunny-720p.bb6
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"