mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-28 11:13:10 +01:00
pentoo-system: kernel fails to compress with xz threaded set on x86, assume it only works right on amd64
This commit is contained in:
parent
61094e7613
commit
2b8e1b2f35
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ src_install() {
|
|||
doenvd "${FILESDIR}"/02locale
|
||||
fi
|
||||
|
||||
doenvd "${FILESDIR}"/99xz-threaded
|
||||
use amd64 && doenvd "${FILESDIR}"/99xz-threaded
|
||||
|
||||
insinto /etc/fonts
|
||||
doins "${FILESDIR}"/local.conf
|
||||
Loading…
Reference in a new issue