summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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 \