mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
pentoo-updater: it seems I don't know gentoo syntax
This commit is contained in:
parent
a36878f147
commit
cc049c70a2
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ if [ -n "${clst_target}" ]; then
|
|||
#add in all the opencl stuff
|
||||
echo 'pentoo/pentoo-cracking amdopencl intel-opencl' >> /etc/portage/profile/package.use
|
||||
#add in pentoo-extra to build more binpkgs
|
||||
echo '*/* pentoo-extra' >> /etc/portage/profile/package.use
|
||||
echo 'USE="pentoo-extra"' >> /etc/portage/profile/make.defaults
|
||||
emerge --buildpkg @changed-deps || safe_exit
|
||||
emerge --buildpkg --usepkg --onlydeps --oneshot --deep --update --newuse --changed-deps --newrepo pentoo/pentoo || safe_exit
|
||||
etc-update --automode -5 || safe_exit
|
||||
|
|
|
|||
Loading…
Reference in a new issue