mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 20:21:47 +02:00
pentoo-system: new env file to make XZ use threads by default. what are we, savages?
This commit is contained in:
parent
a7acc47f25
commit
e422978d9c
2 changed files with 4 additions and 1 deletions
1
pentoo/pentoo-system/files/99xz-threaded
Normal file
1
pentoo/pentoo-system/files/99xz-threaded
Normal file
|
|
@ -0,0 +1 @@
|
|||
XZ_OPT="--threads=0"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
|
@ -179,6 +179,8 @@ src_install() {
|
|||
doenvd "${FILESDIR}"/02locale
|
||||
fi
|
||||
|
||||
doenvd "${FILESDIR}"/99xz-threaded
|
||||
|
||||
insinto /etc/fonts
|
||||
doins "${FILESDIR}"/local.conf
|
||||
|
||||
Loading…
Reference in a new issue