aboutsummaryrefslogtreecommitdiff
path: root/e17/entrance/entrance.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'e17/entrance/entrance.SlackBuild')
-rwxr-xr-xe17/entrance/entrance.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/e17/entrance/entrance.SlackBuild b/e17/entrance/entrance.SlackBuild
index 68e211e9..d96ab47b 100755
--- a/e17/entrance/entrance.SlackBuild
+++ b/e17/entrance/entrance.SlackBuild
@@ -51,7 +51,7 @@ ERROR_PATCH=40; ERROR_CVS=42
SRC_DIR="$SRC_DIR/e17"
mkdir -p $SRC_DIR
-if [ -d "$SRC_DIR/apps/entrance" ]; then
+if [ -d "$SRC_DIR/e17/apps/entrance" ]; then
cd $SRC_DIR/e17/apps/entrance
cvs update || exit $ERROR_CVS
else