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