summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index e556f5f..b3ac82e 100755
--- a/build
+++ b/build
@@ -87,9 +87,9 @@ install-libc: build-libc
printf 'include /etc/ld.so.conf.d/*.conf\n' \
>'dest/etc/ld.so.conf'
printf '/usr/local/lib\n/opt/lib\n' \
- >'dest/etc/ld.so.conf.d/local'
+ >'dest/etc/ld.so.conf.d/local.conf'
printf '/lib/$(OPK_HOST_ARCH)\n/usr/lib/$(OPK_HOST_ARCH)\n' \
- >'dest/etc/ld.so.conf.d/$(OPK_HOST_ARCH)'
+ >'dest/etc/ld.so.conf.d/$(OPK_HOST_ARCH).conf'
oh-autoinstall -s "$${PWD}/src/libc" -B libcbuild
rm -f dest/etc/ld.so.cache
# Make a /usr/lib/<host>/ld.so link for GCC.