From 0bad2cbfc69544f7fdcf12c3503accea8196222c Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 18 Oct 2002 11:34:09 +0000 Subject: [PATCH] r1995: Bugfix: When installing the binary release, don't warn the user that the source is missing (reported by John Pettigrew). --- ROX-Filer/Help/Changes | 5 +++++ install.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index 4ea99d24..6c827b88 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,11 @@ A RISC OS-like filer for X by Thomas Leonard +18-Oct-2002 +~~~~~~~~~~~ +Bugfix: When installing the binary release, don't warn the user that the source + is missing (reported by John Pettigrew). + 17-Oct-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). diff --git a/install.sh b/install.sh index 4103bc5b..fc285128 100755 --- a/install.sh +++ b/install.sh @@ -195,7 +195,7 @@ http://www.freedesktop.org/standards/shared-mime-info.html" echo "Installing application..." endir "$APPDIR" -(cd ROX-Filer/src; make clean) > /dev/null +(cd ROX-Filer/src && make clean) > /dev/null 2>&1 if [ -d "$APPDIR/ROX-Filer" ]; then echo "ROX-Filer is already installed - delete the existing" echo "copy?" -- 2.11.4.GIT