aboutsummaryrefslogtreecommitdiff
path: root/efl/ewl/ewl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'efl/ewl/ewl.SlackBuild')
-rwxr-xr-xefl/ewl/ewl.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/efl/ewl/ewl.SlackBuild b/efl/ewl/ewl.SlackBuild
index eb66f3a9..81ef468b 100755
--- a/efl/ewl/ewl.SlackBuild
+++ b/efl/ewl/ewl.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/ewl" ]; then
+if [ -d "$SRC_DIR/e17/libs/ewl" ]; then
cd $SRC_DIR/e17/libs/ewl
cvs update || exit $ERROR_CVS
else