aboutsummaryrefslogtreecommitdiffstats
path: root/lib_symlinks
diff options
context:
space:
mode:
Diffstat (limited to 'lib_symlinks')
-rwxr-xr-xlib_symlinks2
1 files changed, 1 insertions, 1 deletions
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