mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
jannet: Fix ld.so.conf.d directory name
This commit is contained in:
parent
6ef85d0b78
commit
21acfd402d
1 changed files with 2 additions and 2 deletions
|
|
@ -54,9 +54,9 @@ create_ldconfig_state()
|
|||
{
|
||||
echo "=== automatically created by $myname update script"
|
||||
echo "--- files"
|
||||
ls /etc/ld.conf.d
|
||||
ls /etc/ld.so.conf.d
|
||||
echo "--- directories"
|
||||
find /etc/ld.conf.d -type f | xargs cat | sort -u
|
||||
find /etc/ld.so.conf.d -type f | xargs cat | sort -u
|
||||
}
|
||||
|
||||
check_ldconfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue