From 84ebcb50799e57da5fc1fb20fd37ba3c553db1fd Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 1 Feb 2006 09:00:43 +0000 Subject: [PATCH] *** empty log message *** --- src/recollinstall.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/recollinstall.in b/src/recollinstall.in index d9d2f807..5d06bdb2 100755 --- a/src/recollinstall.in +++ b/src/recollinstall.in @@ -39,7 +39,8 @@ fi echo "Installing to $PREFIX" -INSTALL=${INSTALL:="install -c -v"} +# Note: solaris 'install' does not understand -v +INSTALL=${INSTALL:="install -c"} STRIP=${STRIP:=strip} test -x qtgui/recoll || fatal "qtgui/recoll does not exist." \