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