From 3fa09a813ccf015514853db619a273d21fc7cf11 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 14 Jun 2011 03:16:54 +0200 Subject: [PATCH] pandora-pndstore: Fixed path for icon (hopefully) --- recipes/pandora-system/pandora-pndstore.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ } -- 2.39.2