Fix for yet another rename of graysky's patches

This commit is contained in:
Tk-Glitch 2021-03-29 23:23:15 +02:00
parent 2610831e4b
commit d2cc04ef26

View File

@ -369,11 +369,11 @@ _tkg_srcprep() {
msg2 "Applying graysky's cpu opts patch" msg2 "Applying graysky's cpu opts patch"
if [ "${_distro}" = "Arch" ]; then 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 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 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 fi
msg2 "Applying graysky's cpu opts patch (legacy)" msg2 "Applying graysky's cpu opts patch (legacy)"