mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
pentoo-updater: a little bit harder for catalyst
This commit is contained in:
parent
5166af0a2b
commit
5e36fa5c31
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ if [ -n "${clst_target}" ]; then
|
|||
echo "pentoo/pentoo kde mate" >> /etc/portage/package.use
|
||||
emerge @changed-deps || safe_exit
|
||||
emerge --buildpkg --usepkg --onlydeps --oneshot --deep --update --newuse --changed-use --newrepo pentoo/pentoo || safe_exit
|
||||
#taken from news item gcc-5-new-c++11-abi
|
||||
if [ "$(gcc-config -c)" = "x86_64-pc-linux-gnu-5.4.0" ]; then
|
||||
revdep-rebuild --library 'libstdc++.so.6' -- --buildpkg=y --usepkg=n --exclude gcc
|
||||
fi
|
||||
etc-update --automode -5 || safe_exit
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue