From ceb5ce1d3adeb87128fafb72beae14060fa10b0e Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 14 Jun 2011 03:20:04 +0200 Subject: [PATCH] pandora-pndstore: Fixed icon-directory --- recipes/pandora-system/pandora-pndstore.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-pndstore.bb b/recipes/pandora-system/pandora-pndstore.bb index abcb186..5a467d0 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}/pixmaps/ + install -d ${D}${datadir}/pixmaps/ install -m 0644 ${WORKDIR}/op_pndstore.png ${D}${datadir}/pixmaps/ } -- 2.39.5