Added surface name to makefile.

This commit is contained in:
Ronald Farrer 2021-08-02 09:29:09 -07:00
parent 953dd2d7f9
commit b9960a7cea
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- a/Makefile 2021-08-02 08:44:57.151695339 -0700
+++ b/Makefile 2021-08-02 09:15:02.030447038 -0700
@@ -2,7 +2,7 @@
VERSION = 5
PATCHLEVEL = 13
SUBLEVEL = 7
-EXTRAVERSION = -gentoo
+EXTRAVERSION = -gentoo-surface
NAME = Opossums on Parade
# *DOCUMENTATION*

View file

@ -33,6 +33,7 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
S="${WORKDIR}/linux-${KV_FULL}"
PATCHES=(
"${FILESDIR}/Makefile.patch"
"${DISTDIR}/0001-surface3-oemb.patch"
"${DISTDIR}/0002-wifi.patch"
"${DISTDIR}/0003-ipts.patch"
@ -57,6 +58,7 @@ pkg_setup() {
}
pkg_postinst() {
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"