summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-23 20:15:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-23 20:15:50 (EDT)
commita0e8fb7db3814f75bde9b586bb91d49b20793b3e (patch)
tree2c806767e2069ed4108fae043dc30c60d708f787 /build
parent7f021fa218fed53fd36350168d501aba18993605 (diff)
Add 'ld.so.conf' and 'nsswitch.conf'.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index f861cd6..cba437d 100755
--- a/build
+++ b/build
@@ -110,6 +110,8 @@ eglibc.install.stamp: eglibc.build.stamp
mkdir -p dest/usr/share/doc/eglibc-doc/nptl_db && \
cp -Rp src/libc/nptl_db/ChangeLog* \
dest/usr/share/doc/eglibc-doc/nptl_db
+ cp ../ld.so.conf dest/etc
+ cp ../nsswitch.conf dest/etc
touch eglibc.install.stamp
bash