From 2c9c6633fea2deabb664845e35a1f7ef052fc663 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 17 Mar 2014 01:04:08 -0400 Subject: build: Fix names of /etc/ld.so.conf.d/*. --- 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//ld.so link for GCC. -- cgit v0.9.1