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