mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile: nvidia-drivers is broke but whatever
This commit is contained in:
parent
6cd43d6b4b
commit
9fdca2948e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
if [[ $CATEGORY/$PN == sys-boot/os-prober ]] ; then FEATURES=${FEATURES/multilib-strict/} ; fi
|
||||
if [[ $CATEGORY/$P == x11-drivers/nvidia-drivers-396.24 ]] ; then FEATURES=${FEATURES/multilib-strict/} ; fi
|
||||
#local CORES="$(grep -c ^proc /proc/cpuinfo)"
|
||||
local CORES="$(nproc)"
|
||||
if [[ "${CORES}" -eq "0" ]] ; then CORES="1" ; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue