aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-10 16:41:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-10 16:41:03 +0000
commit82f3276ab2328fa7895dd3f69f0e8de94c195203 (patch)
tree82414b203d57f6aba3bba2be3e063d126cfbfb2c
parent5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075 (diff)
downloadrpm-setup-82f3276ab2328fa7895dd3f69f0e8de94c195203.tar
rpm-setup-82f3276ab2328fa7895dd3f69f0e8de94c195203.tar.gz
rpm-setup-82f3276ab2328fa7895dd3f69f0e8de94c195203.tar.bz2
rpm-setup-82f3276ab2328fa7895dd3f69f0e8de94c195203.tar.xz
rpm-setup-82f3276ab2328fa7895dd3f69f0e8de94c195203.zip
remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm's
"Finding Requires ...", and it's too verbose when using "rpm -bb --quiet"
-rwxr-xr-xfind-requires.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/find-requires.in b/find-requires.in
index 6a3c2f9..2509be9 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -27,8 +27,6 @@ RPM_BUILD_ROOT=$1
RPM_ARCH=$2
if [ -n "$RPM_BUILD_ROOT" ]; then
- echo "Using BuildRoot: $RPM_BUILD_ROOT to search libs" 1>&2
-
lib_path_64=$RPM_BUILD_ROOT/usr/X11R6/lib64:$RPM_BUILD_ROOT/usr/lib64:$RPM_BUILD_ROOT/lib64
lib_path_32=$RPM_BUILD_ROOT/usr/X11R6/lib:$RPM_BUILD_ROOT/usr/lib:$RPM_BUILD_ROOT/lib
LD_LIBRARY_PATH=$lib_path_64:$lib_path_32