diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-17 00:52:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-17 00:52:04 +0000 |
commit | df6add6279d3ad5b92b143f8781bec329f8c659c (patch) | |
tree | 610ff10f4967583f69d30d4d8f5a893951569621 /ldso/util/ldconfig.c | |
parent | 3bb075634b78b854510807448b8939d98830a4d7 (diff) |
Some cleanups needed for things to compile and work as expected
with the new build system...
-Erik
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) |