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