diff options
| author | Robert Schuster <thebohemian@gmx.net> | 2008-05-22 10:50:18 +0000 |
|---|---|---|
| committer | Robert Schuster <thebohemian@gmx.net> | 2008-05-22 10:50:18 +0000 |
| commit | 5a2af37231403de591565a0f0618d2969a7e2cc4 (patch) | |
| tree | 1b916d3a35bd96a1315c11274b916ca16d68e44a /packages/python/python-efl.inc | |
| parent | 6fbbb4e91c6d7b269b6766a882025f58584d8848 (diff) | |
| parent | 35f18dca2645f3242e015025c79ac58da0d13748 (diff) | |
merge of 'be23a3d9c964660487451387d6318c3915ad5b51'
and 'd84d3829b2f6a4c1d1cb91496cd7ffa088ed323f'
Diffstat (limited to 'packages/python/python-efl.inc')
| -rw-r--r-- | packages/python/python-efl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-efl.inc b/packages/python/python-efl.inc index 1cbec65fa5..0147813115 100644 --- a/packages/python/python-efl.inc +++ b/packages/python/python-efl.inc @@ -15,13 +15,13 @@ S = "${WORKDIR}/${PN}" do_install_append() { if [ -e examples ]; then for i in `find examples -name "*.edc"`; do - pushd `dirname $i` + cd ${S}/`dirname $i` echo "Generating .edj file for $i..." edje_cc `basename $i` echo "Removing sources in this directory..." rm -f *.edc *.png *.ttf *.jpeg - popd done + cd ${S} install -d ${D}${datadir}/${PN}/ cp -a examples ${D}${datadir}/${PN}/ find ${D}${datadir}/${PN}/examples -name "CVS" | xargs rm -rf |
