Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:KDE3
qt3
qt3-trinity-fix-verbose.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qt3-trinity-fix-verbose.patch of Package qt3
From 6f2da8af3a2b7343b3d67be3a3093bb9cfc9d36e Mon Sep 17 00:00:00 2001 From: OBATA Akio <obache@wizdas.com> Date: Fri, 10 Jul 2020 15:40:42 +0900 Subject: Fix to display verbose message in some config tests Signed-off-by: OBATA Akio <obache@wizdas.com> --- config.tests/unix/cups.test | 2 +- config.tests/unix/nis.test | 2 +- config.tests/x11/xinput.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.tests/unix/cups.test b/config.tests/unix/cups.test index 0b97e2b..55f5aee 100755 --- a/config.tests/unix/cups.test +++ b/config.tests/unix/cups.test @@ -45,7 +45,7 @@ else done if [ -z "$F" ]; then CUPS=no - [ "VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS" fi done fi diff --git a/config.tests/unix/nis.test b/config.tests/unix/nis.test index 2dc4c5a..21f9f89 100755 --- a/config.tests/unix/nis.test +++ b/config.tests/unix/nis.test @@ -50,7 +50,7 @@ else done if [ -z "$F" ]; then NIS=no - [ "VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS" fi done fi diff --git a/config.tests/x11/xinput.test b/config.tests/x11/xinput.test index c8b3e08..c31388b 100755 --- a/config.tests/x11/xinput.test +++ b/config.tests/x11/xinput.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XINPUT=no - [ "VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" fi # check for XInput.h and the IRIX wacom.h -- cgit v1.2.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor