summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-17 01:04:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-17 01:04:08 (EDT)
commit2c9c6633fea2deabb664845e35a1f7ef052fc663 (patch)
treee0e6f20d3f2ef789d3e529f284d4a2bacdc41ead
parente38c9a8e1f68b78cbd82644ebfcebfac8757c6f7 (diff)
build: Fix names of /etc/ld.so.conf.d/*.
-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.