We can even go further and get rid of the userpatch in the community-patches array

This commit is contained in:
Tk-Glitch
2022-06-13 18:26:04 +02:00
parent 9620363ed1
commit 0f9f3f9377

View File

@@ -1372,6 +1372,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r
ln -s "$_where"/../community-patches/linux"$_basever"-tkg/$_p "$_where"/linux"$_basever"-tkg-userpatches/$_p ln -s "$_where"/../community-patches/linux"$_basever"-tkg/$_p "$_where"/linux"$_basever"-tkg-userpatches/$_p
else else
warning "Ignoring '$_p' community patch already present in the userpatches dir" warning "Ignoring '$_p' community patch already present in the userpatches dir"
_community_patches=(${_community_patches[@]/$_p})
fi fi
done done
fi fi