pentoo-sources: actually install kconfig

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-01-26 15:44:55 -05:00
parent e4901cf512
commit 38ed2dc926
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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() {