[PATCH] Fixed bashism.

Rod Whitby rod at whitby.id.au
Wed May 21 09:28:25 CEST 2008


---
 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 1cbec65..123bdac 100644
--- a/packages/python/python-efl.inc
+++ b/packages/python/python-efl.inc
@@ -15,12 +15,12 @@ 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
+			cd ${S}
 		done
 		install -d ${D}${datadir}/${PN}/
 		cp -a examples ${D}${datadir}/${PN}/
-- 
1.5.2.5




More information about the distro-devel mailing list