From ef0a46711d5b3c020482df6c3f40a01ab8a916cc Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 10 Jan 2006 17:46:01 +0000 Subject: [PATCH] *** empty log message *** --- src/recollinstall.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recollinstall.in b/src/recollinstall.in index 190d0432..ce09d945 100755 --- a/src/recollinstall.in +++ b/src/recollinstall.in @@ -30,7 +30,7 @@ if test -z "$mandir" ; then fi fi -INSTALL=${INSTALL:=install -c} +INSTALL=${INSTALL:="install -c"} STRIP=${STRIP:=strip} test -x qtgui/recoll || fatal "qtgui/recoll does not exist." \