mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
pentoo-sources: oops, uncomment kernel config
This commit is contained in:
parent
fea1600cf4
commit
b682a81dc8
1 changed files with 5 additions and 5 deletions
|
|
@ -41,11 +41,11 @@ src_unpack() {
|
|||
src_install() {
|
||||
kernel-2_src_install
|
||||
insinto /usr/share/${PN}
|
||||
#if use amd64; then
|
||||
# doins "${FILESDIR}"/config-amd64-${PV}
|
||||
#elif use x86; then
|
||||
# doins "${FILESDIR}"/config-x86-${PV}
|
||||
#fi
|
||||
if use amd64; then
|
||||
doins "${FILESDIR}"/config-amd64-${PV}
|
||||
elif use x86; then
|
||||
doins "${FILESDIR}"/config-x86-${PV}
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
Loading…
Reference in a new issue