diff options
Diffstat (limited to 'efl/edb/edb.SlackBuild')
-rwxr-xr-x | efl/edb/edb.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/efl/edb/edb.SlackBuild b/efl/edb/edb.SlackBuild index 925cb2f0..44da3d30 100755 --- a/efl/edb/edb.SlackBuild +++ b/efl/edb/edb.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/edb" ]; then +if [ -d "$SRC_DIR/e17/libs/edb" ]; then cd $SRC_DIR/e17/libs/edb cvs update || exit $ERROR_CVS else |