Switch to unified view

a/src/recollinstall.in b/src/recollinstall.in
...
...
37
   mandir=$DESTDIR/$mandir
37
   mandir=$DESTDIR/$mandir
38
fi
38
fi
39
39
40
echo "Installing to $PREFIX"
40
echo "Installing to $PREFIX"
41
41
42
# Note: solaris 'install' does not understand -v
42
INSTALL=${INSTALL:="install -c -v"}
43
INSTALL=${INSTALL:="install -c"}
43
STRIP=${STRIP:=strip}
44
STRIP=${STRIP:=strip}
44
45
45
test -x qtgui/recoll || fatal "qtgui/recoll does not exist." \
46
test -x qtgui/recoll || fatal "qtgui/recoll does not exist." \
46
     " You need to build first (type 'make')."
47
     " You need to build first (type 'make')."
47
48