diff options
author | davidovski <david@davidovski.xyz> | 2022-01-12 17:56:51 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-12 17:56:51 +0000 |
commit | 1b1190fe55fe651c0022fac122689709a4a9c805 (patch) | |
tree | 75fc68327ace2a89f7929a271decd0195e61fd60 /repo/core | |
parent | 2e29a5102613e9fec410175f719924b56eab83e0 (diff) |
fixed stupid symlink for /lib/cpp
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/gcc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index e022593..1940f22 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -54,7 +54,7 @@ package () { chown -v -R root:root \ $PKG_DEST/usr/lib/gcc/*linux-gnu/11.2.0/include{,-fixed} - ln -svr /usr/bin/cpp $PKG_DEST/usr/lib + ln -sv /usr/bin/cpp $PKG_DEST/usr/lib ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/11.2.0/liblto_plugin.so \ $PKG_DEST/usr/lib/bfd-plugins/ |