mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
pentoo-sources: configs. damnit
This commit is contained in:
parent
29526e50c0
commit
b9196968a4
1 changed files with 5 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue