From: Michael Mrozek Date: Tue, 14 Jun 2011 01:16:54 +0000 (+0200) Subject: pandora-pndstore: Fixed path for icon (hopefully) X-Git-Tag: sz_beta3~140 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=3fa09a813ccf015514853db619a273d21fc7cf11 pandora-pndstore: Fixed path for icon (hopefully) --- diff --git a/recipes/pandora-system/pandora-pndstore.bb b/recipes/pandora-system/pandora-pndstore.bb index 605f3ec..abcb186 100755 --- a/recipes/pandora-system/pandora-pndstore.bb +++ b/recipes/pandora-system/pandora-pndstore.bb @@ -38,7 +38,7 @@ do_install() { install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_pndstore.desktop ${D}${datadir}/applications/ - install -d ${D}${prefix}/share/pixmaps/ - install -m 0644 ${WORKDIR}/op_pndstore.png ${D}${datadir}/share/pixmaps/ + install -d ${D}${prefix}/pixmaps/ + install -m 0644 ${WORKDIR}/op_pndstore.png ${D}${datadir}/pixmaps/ }