pentoo-sources: configs. damnit

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-10-01 15:47:48 -04:00
parent 29526e50c0
commit b9196968a4
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -42,11 +42,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() {