Updated .install files.
[maemo-efl] / trunk / scripts / mktarball-python-efl.sh
index 80e37ba..a93cacf 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
-for component in $* ; do
+components=$*
+[ -z "$components" ] && components="python-ecore python-edje python-evas"
+
+for component in $components ; do
        rm -rf ./$component*
        cvs -z3 -d :pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co -d ./$component e17/proto/python-efl/$component
        version=`sed -n "s/.*version[ ]*=[ ]*'\([^']\+\)'.*/\1/p" $component/setup.py`