We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b28d51 commit 62febc2Copy full SHA for 62febc2
1 file changed
lib_symlinks
@@ -27,7 +27,7 @@ libs=$(find "$RPM_BUILD_ROOT" -type d \
27
-a ! "(" -path '*/usr/src/debug*' -o -path '*/usr/lib/debug*' ")")
28
29
if [ -n "$libs" ] || [ -n "$EXTRA_LIBS_TO_SYMLINK" ]; then
30
- /sbin/ldconfig -n -N $libs $EXTRA_LIBS_TO_SYMLINK
+ /usr/sbin/ldconfig -n -N $libs $EXTRA_LIBS_TO_SYMLINK
31
fi
32
33
# lib_symlinks ends here
0 commit comments