>>>>> On Tue, 14 Mar 2023, Matt Turner wrote:
> -SRC_URI="mirror://gnome/sources/${GNOME_ORG_MODULE}/${GNOME_ORG_PVP}/${GNOME_ORG_MODULE}-${PV}.tar.${GNOME_TARBALL_SUFFIX}"
> +SRC_URI="mirror://gnome/sources/${GNOME_ORG_MODULE}/${GNOME_ORG_PVP}/${GNOME_ORG_MODULE}-${PV/_/.}.tar.${GNOME_TARBALL_SUFFIX}"
>
> -S="${WORKDIR}/${GNOME_ORG_MODULE}-${PV}"
> +S="${WORKDIR}/${GNOME_ORG_MODULE}-${PV/_/.}"
I suppose there can be only a single suffix? Still, using ${PV//_/.}
to replace all "_" won't harm and might be slightly more systematic.
signature.asc
Description: PGP signature
