From 9c6f193197f7e14f7c4ace23fb2bc872c9a80a92 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Mon, 30 Nov 2009 10:30:27 +0000 Subject: [PATCH] pandora-wallpaper: Package files in the right folders (oooops). --- recipes/branding/pandora-wallpaper.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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*" -- 2.39.2