diff options
author | davidovski <david@davidovski.xyz> | 2022-01-08 00:11:13 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-08 00:11:13 +0000 |
commit | c8bae5aa21c3853db1f655746e2f48905dfe5d8e (patch) | |
tree | 4562296a928272921274f020a77b881592be2501 /repo/core/gcc.xibuild | |
parent | 3c3d31f0f9e94a8679e6f9e5f65322ca027a7c54 (diff) |
fixed utillinux
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r-- | repo/core/gcc.xibuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |