From: David-John Willis Date: Mon, 30 Nov 2009 10:30:27 +0000 (+0000) Subject: pandora-wallpaper: Package files in the right folders (oooops). X-Git-Tag: Release-2010-05/1~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6f193197f7e14f7c4ace23fb2bc872c9a80a92;p=openpandora.oe.git pandora-wallpaper: Package files in the right folders (oooops). --- diff --git a/recipes/branding/pandora-wallpaper.bb b/recipes/branding/pandora-wallpaper.bb index e8bfebe..f6e7da8 100644 --- a/recipes/branding/pandora-wallpaper.bb +++ b/recipes/branding/pandora-wallpaper.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Wallpapers created by the community for the OpenPandora, thanks go to the community for the graphics" -PR = "r0" +PR = "r2" SRC_URI = " \ file://community/* \ @@ -10,13 +10,13 @@ SRC_URI = " \ PACKAGES = "${PN}-community ${PN}-official" do_install() { - install -d ${D}${prefix}/xfce4/backdrops/ - install -m 0644 ${WORKDIR}/community/* ${D}${prefix}/xfce4/backdrops/ - install -m 0644 ${WORKDIR}/official/* ${D}${prefix}/xfce4/backdrops/ + install -d ${D}${datadir}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/community/* ${D}${datadir}/xfce4/backdrops/ + install -m 0644 ${WORKDIR}/official/* ${D}${datadir}/xfce4/backdrops/ } PACKAGE_ARCH = "all" -FILES_${PN}-community = "${prefix}/xfce4/backdrops/community*" -FILES_${PN}-official = "${prefix}/xfce4/backdrops/op*" +FILES_${PN}-community = "${datadir}/xfce4/backdrops/community*" +FILES_${PN}-official = "${datadir}/xfce4/backdrops/op*"