X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fbranding%2Fpandora-wallpaper.bb;h=9e0055340d8a744ed8006340022ed76cebba5fd4;hp=e8bfebec26df1410921cb7c8b1c6838443a37288;hb=a2c7b49776e091d263db6f96a1719e2e49a02b1b;hpb=d12d76840aa78d5a07374f18b1bba52cee3c40c2 diff --git a/recipes/branding/pandora-wallpaper.bb b/recipes/branding/pandora-wallpaper.bb index e8bfebe..9e00553 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 = "r1" 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*"