Continued patch testing (20).
This commit is contained in:
parent
0d6e83341a
commit
82a997bdf9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue