diff options
Diffstat (limited to 'efl/ecore/ecore.SlackBuild')
-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 |