From 73efaff8f06aff0f5eb5424940e384296294d8fa Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Mon, 2 Aug 2021 11:04:38 -0700 Subject: [PATCH] Fixed wrong patch source (4). --- .../gentoo-surface-sources-5.13.7.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild b/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild index 48d0e0d..a0358bc 100644 --- a/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild +++ b/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild @@ -31,8 +31,9 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} src_prepare() { sed "s/EXTRAVERSION = -gentoo/EXTRAVERSION = -gentoo-surface/" -i "${WORKDIR}/linux-${KV_FULL}/Makefile" + echo `pwd` EPATCH_SOURCE="${DISTDIR}" EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" epatch -p2 + EPATCH_FORCE="yes" epatch mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface" }