From d2cc04ef2617e066f4d35ef243b3659fc663c5fd Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 29 Mar 2021 23:23:15 +0200 Subject: [PATCH] Fix for yet another rename of graysky's patches --- linux-tkg-config/prepare | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index c7a5a91..56fc341 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -369,11 +369,11 @@ _tkg_srcprep() { msg2 "Applying graysky's cpu opts patch" if [ "${_distro}" = "Arch" ]; then - tkgpatch="$srcdir/more-uarches-for-gcc-v10-and-kernel-${opt_ver}.patch" && _tkg_patcher + tkgpatch="$srcdir/more-uarches-for-kernel-${opt_ver}.patch" && _tkg_patcher elif [ "${_distro}" = "Void" ]; then - tkgpatch="${wrksrc}/more-uarches-for-gcc-v10-and-kernel-${opt_ver}.patch" && _tkg_patcher + tkgpatch="${wrksrc}/more-uarches-for-kernel-${opt_ver}.patch" && _tkg_patcher else - tkgpatch="$srcdir/more-uarches-for-gcc-v10-and-kernel-${opt_ver}.patch" && _tkg_patcher + tkgpatch="$srcdir/more-uarches-for-kernel-${opt_ver}.patch" && _tkg_patcher fi msg2 "Applying graysky's cpu opts patch (legacy)"