star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit f68427ce16cbcbc9c4434c5b7aee80146ccf5f49
parent a362ee1bc2ce5194e64315f8d9dec7c52c4655b3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 23 Feb 2026 21:56:05 +0100

Remove the trailing "/" from the REPO_BIN macro

This added an extra "/" between the directory and the archive, which
could result in an invalid URL. For example, some web servers do not
support URLs with double slashes

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -66,7 +66,7 @@ MIRROR_GIT_OPT = --depth 1 # URLs for online repositories REPO_ONLINE = https://gitlab.com/meso-star -REPO_BIN_ONLINE = https://www.meso-star.com/packages/v0.4/ +REPO_BIN_ONLINE = https://www.meso-star.com/packages/v0.4 REPO_VAPLV_ONLINE = https://gitlab.com/vaplv # URLs for offline repositories