From 54e35773ec825eb32ce8839b3a74c32e00e292b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 24 Jul 2002 11:56:40 +0000 Subject: Fix for lib64 architectures --- lib_symlinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_symlinks') diff --git a/lib_symlinks b/lib_symlinks index d06786e..8cef7d9 100755 --- a/lib_symlinks +++ b/lib_symlinks @@ -17,7 +17,7 @@ if [ -z "$RPM_BUILD_ROOT" ]; then exit 0 fi -libs=`find $RPM_BUILD_ROOT -name lib -a -type d` +libs=`find $RPM_BUILD_ROOT -type d -a "(" -name lib -o -name lib64 ")"` if [ -n "$libs" -o -n "$EXTRA_LIBS_TO_SYMLINK" ]; then /sbin/ldconfig -n -N $libs $EXTRA_LIBS_TO_SYMLINK -- cgit v1.2.1