From a8f7152d2fc43f02b891e9a2fb5117f2593f7192 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 30 May 2013 00:07:19 -0400 Subject: build: Fix an ln command. --- (limited to 'build') 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 \ -- cgit v0.9.1