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