Skip to content

Commit 62febc2

Browse files
author
alexander stefanov
committed
usr ldconfig from /usr/sbin/
1 parent 4b28d51 commit 62febc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib_symlinks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libs=$(find "$RPM_BUILD_ROOT" -type d \
2727
-a ! "(" -path '*/usr/src/debug*' -o -path '*/usr/lib/debug*' ")")
2828

2929
if [ -n "$libs" ] || [ -n "$EXTRA_LIBS_TO_SYMLINK" ]; then
30-
/sbin/ldconfig -n -N $libs $EXTRA_LIBS_TO_SYMLINK
30+
/usr/sbin/ldconfig -n -N $libs $EXTRA_LIBS_TO_SYMLINK
3131
fi
3232

3333
# lib_symlinks ends here

0 commit comments

Comments
 (0)