diff options
Diffstat (limited to 'e17/eclair')
-rwxr-xr-x | e17/eclair/eclair.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e17/eclair/eclair.SlackBuild b/e17/eclair/eclair.SlackBuild index 689dc85f..353f655f 100755 --- a/e17/eclair/eclair.SlackBuild +++ b/e17/eclair/eclair.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/eclair" ]; then +if [ -d "$SRC_DIR/e17/apps/eclair" ]; then cd $SRC_DIR/e17/apps/eclair cvs update || exit $ERROR_CVS else |