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