*** empty log message ***

This commit is contained in:
dockes 2006-02-01 09:00:43 +00:00
parent edbd2288bd
commit 84ebcb5079

View File

@ -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." \