diff options
Diffstat (limited to 'ldso/util/ldconfig.c')
-rw-r--r-- | ldso/util/ldconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/util/ldconfig.c b/ldso/util/ldconfig.c index 8ea344043..054b82a93 100644 --- a/ldso/util/ldconfig.c +++ b/ldso/util/ldconfig.c @@ -683,8 +683,8 @@ int main(int argc, char **argv) free(extpath); } - scan_dir(UCLIBC_ROOT_DIR "/usr/lib"); - scan_dir(UCLIBC_ROOT_DIR "/lib"); + scan_dir(UCLIBC_PREFIX "/usr/lib"); + scan_dir(UCLIBC_PREFIX "/lib"); } if (!nocache) |