From df6add6279d3ad5b92b143f8781bec329f8c659c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Jul 2001 00:52:04 +0000 Subject: Some cleanups needed for things to compile and work as expected with the new build system... -Erik --- ldso/util/ldconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/util/ldconfig.c') 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) -- cgit v1.2.3