mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pentoo-sources: ugh
This commit is contained in:
parent
e2cb9d9d45
commit
ccd6e8f9ed
5 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
config-amd64-5.8.18
|
||||
config-amd64-5.8.18-r2
|
||||
|
|
@ -1 +1 @@
|
|||
config-x86-5.8.18
|
||||
config-x86-5.8.18-r2
|
||||
|
|
@ -43,9 +43,9 @@ src_install() {
|
|||
kernel-2_src_install
|
||||
insinto /usr/share/${PN}
|
||||
if use amd64; then
|
||||
doins "${FILESDIR}"/config-amd64-${PV}
|
||||
doins "${FILESDIR}"/config-amd64-${PVR}
|
||||
elif use x86; then
|
||||
doins "${FILESDIR}"/config-x86-${PV}
|
||||
doins "${FILESDIR}"/config-x86-${PVR}
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue