Continued patch testing (20).

This commit is contained in:
Ronald Farrer 2021-08-02 13:14:05 -07:00
parent 0d6e83341a
commit 82a997bdf9

View file

@ -30,10 +30,10 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0011-amd-s0ix.patch"
src_prepare() {
default
sed "s/EXTRAVERSION = -gentoo/EXTRAVERSION = -gentoo-surface/" -i "${WORKDIR}/linux-${KV_FULL}/Makefile"
EPATCH_SOURCE="${DISTDIR}" EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes"
default
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
S="${WORKDIR}/linux-${KV_FULL}-surface"
}