diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-08 17:03:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-08 17:03:36 +0000 |
commit | c3bbc0eafdae7a50c46ec61f3352821b7c28ea85 (patch) | |
tree | a3f8e5d23017c4301813b6c6302d1277ed216efd /ldso/util/ldconfig.c | |
parent | c4257d720039474be6804b20c4d133a65aa1d265 (diff) |
This syncs things up with my local tree. Mainly changes installer
issues, and syns things (as far as I am willing) with Dave Schleef's
tree. We may need to go another round or so, but we do seem to be
converging...
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 054b82a93..63765a78c 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_PREFIX "/usr/lib"); - scan_dir(UCLIBC_PREFIX "/lib"); + scan_dir(UCLIBC_TARGET_PREFIX "/usr/lib"); + scan_dir(UCLIBC_TARGET_PREFIX "/lib"); } if (!nocache) |