mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rc.d/ldconfig: Remove mips64 check for ldconfig32.
This commit is contained in:
parent
d4a80d21b3
commit
3ba927fdc4
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ ldconfig_start()
|
|||
machine_arch=$(sysctl -n hw.machine_arch)
|
||||
|
||||
case ${machine_arch} in
|
||||
amd64|mips64|powerpc64)
|
||||
amd64|powerpc64)
|
||||
for i in ${ldconfig_local32_dirs}; do
|
||||
if [ -d "${i}" ]; then
|
||||
_files=`find ${i} -type f`
|
||||
|
|
|
|||
Loading…
Reference in a new issue