diff options
author | P. 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) |
commit | a8f7152d2fc43f02b891e9a2fb5117f2593f7192 (patch) | |
tree | 770b23cd67d2650689b2b75f96f12fc4a58798a9 | |
parent | ec6e0edc2758af5ff12a42d56b14d6142fa74fa2 (diff) |
build: Fix an ln command.
-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 \ |