Fix for yet another rename of graysky's patches
This commit is contained in:
parent
2610831e4b
commit
d2cc04ef26
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user