From 9e3881d63d385deb8f6b1f8718eaa1e8b633dd58 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 19 Jan 2022 21:18:46 +0000 Subject: fixed issue where binutils would build to root --- repo/system/binutils.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system') diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index 812081f..bb3db9d 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -40,6 +40,6 @@ package() { make -j1 DESTDIR=$PKG_DEST -j1 install cp ../include/libiberty.h $PKG_DEST/usr/include rm -fv $PKG_DEST/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a - ln -sv ld.gold /usr/bin/ld + ln -sv ld.gold $PKG_DEST/usr/bin/ld } -- cgit v1.2.1