aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-games_2.24.3.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 15:20:19 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:28:26 +0300
commit658ae76b938a90ac3587909f6b8525559fe57b56 (patch)
tree9216406ea230a65552429cb71c190c0e00d04c2d /recipes/gnome/gnome-games_2.24.3.bb
parente0f9409803d6edc14608828967c0c52b5a2d182e (diff)
downloadopenembedded-658ae76b938a90ac3587909f6b8525559fe57b56.tar.gz
use PYTHON_SITEPACKAGES_DIR
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/gnome/gnome-games_2.24.3.bb')
-rw-r--r--recipes/gnome/gnome-games_2.24.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-games_2.24.3.bb b/recipes/gnome/gnome-games_2.24.3.bb
index f290f61342..2fed74baab 100644
--- a/recipes/gnome/gnome-games_2.24.3.bb
+++ b/recipes/gnome/gnome-games_2.24.3.bb
@@ -213,7 +213,7 @@ FILES_gnome-games-glchess = "${bindir}/glchess \
${datadir}/pixmaps/gnome-glchess.png \
${datadir}/applications/glchess.desktop \
${sysconfdir}/gconf/schemas/glchess.schemas \
- ${libdir}/python2.5/site-packages/glchess"
+ ${PYTHON_SITEPACKAGES_DIR}/glchess"
PACKAGES =+ "gnome-games-sudoku"
DESCRIPTION_gnome-games-sudoku = "GNOME sudoku"
@@ -226,4 +226,4 @@ FILES_gnome-games-sudoku = "${bindir}/gnome-sudoku \
${datadir}/gnome-sudoku \
${datadir}/pixmaps/gnome-sudoku.png \
${datadir}/applications/gnome-sudoku.desktop \
- ${libdir}/python2.5/site-packages/gnome_sudoku"
+ ${PYTHON_SITEPACKAGES_DIR}/gnome_sudoku"