diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 14:53:46 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 14:53:46 +0000 |
commit | d819901c89bc37ac62b4a5bbc2c67d162c079f04 (patch) | |
tree | 3b13776b8152b58630b4b343cfd3c4eb4cb7e0b7 /efl/ecore | |
parent | 524c36beedc85c2ef4b16c12f2fa04e46c1c1938 (diff) | |
download | slackbuilds-d819901c89bc37ac62b4a5bbc2c67d162c079f04.tar.gz slackbuilds-d819901c89bc37ac62b4a5bbc2c67d162c079f04.tar.bz2 |
added etk, examine and engaged; fixed some efl and e17 issues
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@447 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'efl/ecore')
-rwxr-xr-x | efl/ecore/ecore.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/efl/ecore/ecore.SlackBuild b/efl/ecore/ecore.SlackBuild index 7f1f64f2..72efb036 100755 --- a/efl/ecore/ecore.SlackBuild +++ b/efl/ecore/ecore.SlackBuild @@ -51,7 +51,7 @@ ERROR_PATCH=40; ERROR_CVS=42 SRC_DIR="$SRC_DIR/efl" mkdir -p $SRC_DIR -if [ -d "$SRC_DIR/libs/ecore" ]; then +if [ -d "$SRC_DIR/e17/libs/ecore" ]; then cd $SRC_DIR/e17/libs/ecore cvs update || exit $ERROR_CVS else |