Trying to rename kernel source dir.
This commit is contained in:
parent
b9960a7cea
commit
a068ff0c40
1 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,10 @@ PATCHES=(
|
||||||
"${DISTDIR}/0012-ath10k-firmware-override.patch"
|
"${DISTDIR}/0012-ath10k-firmware-override.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
pkg_preinst () {
|
||||||
|
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
|
||||||
|
}
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
ewarn ""
|
ewarn ""
|
||||||
ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
|
ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
|
||||||
|
@ -58,7 +62,6 @@ pkg_setup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
|
|
||||||
kernel-2_pkg_postinst
|
kernel-2_pkg_postinst
|
||||||
einfo "For more info on this patchset, and how to report problems, see:"
|
einfo "For more info on this patchset, and how to report problems, see:"
|
||||||
einfo "${HOMEPAGE}"
|
einfo "${HOMEPAGE}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue