From c8bae5aa21c3853db1f655746e2f48905dfe5d8e Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 8 Jan 2022 00:11:13 +0000 Subject: fixed utillinux --- repo/core/gcc.xibuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'repo/core/gcc.xibuild') diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index 1ac8712..276560c 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -24,3 +24,7 @@ esac make DESTDIR=$PKG_DEST install } + +package () { + ln -sv /usr/bin/gcc $PKG_DEST/lib/cpp +} -- cgit v1.2.1