Updaded dependency info for maemo-cflags-cdbs-rules to >= 0.0.4
[maemo-efl] / trunk / scripts / gen-deb-src.sh
index 9b212f9..70870f5 100755 (executable)
@@ -38,7 +38,7 @@ checkout_repositories(){
                REPO=$E_BASE_REPO
                REV="-r$E_SVN_REV "
                echo -n $module | grep python > /dev/null 2>&1 && REPO=$E_PYTHON_REPO
-               echo -n $module | grep efl-core > /dev/null 2>&1 && REPO=$MAEMO_EFL_BASE_REPO && REV=""
+               echo -n $module | grep efl-core > /dev/null 2>&1 && cp -r $module $TMP_DIR && echo " ... OK" && continue
 
         echo -n " ."
         svn co $REV $REPO/$module $TMP_DIR/$module > /dev/null 2>&1 || exit_error
@@ -51,6 +51,7 @@ checkout_repositories(){
 
        echo -n "Cleaning up repositories ..."
        rm -rf `find $TMP_DIR -name .svn -type d`
+       rm -rf `find $TMP_DIR -name .git -type d`
     echo " OK"
 }