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)"