diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |