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