summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-30 00:07:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-30 00:07:19 (EDT)
commita8f7152d2fc43f02b891e9a2fb5117f2593f7192 (patch)
tree770b23cd67d2650689b2b75f96f12fc4a58798a9 /build
parentec6e0edc2758af5ff12a42d56b14d6142fa74fa2 (diff)
build: Fix an ln command.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 67eb4cb..2012846 100755
--- a/build
+++ b/build
@@ -97,7 +97,7 @@ install-libc: build-libc
# strictly a development file that points to the system's dynamic
# linker.
ln -sf $$(printf '%s' dest/lib/$(OPK_HOST_ARCH)/ld*so.* | \
- sed 's/dest//') /usr/lib/$(OPK_HOST_ARCH)/ld.so
+ sed 's/dest//') dest/usr/lib/$(OPK_HOST_ARCH)/ld.so
rm -f dest/var/db/Makefile \
dest/sbin/sln \
dest/usr/bin/makedb \