.github: util.sh: fix driver clone subdir

missed the driver name from the driver clone subdir

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-16 18:17:14 +01:00
committed by Enrico Weigelt
parent e4fc8443be
commit 2fcd226852

View File

@@ -120,5 +120,5 @@ build_xf86drv_ac() {
local version="$2"
local repo_name="xf86-$drv_name"
local tag_name="xlibre-xf86-$drv_name-$version"
build_drv_ac "xf86-$name" "$(xl_mirror $repo_name)" "$(drv_tag $drv_name $version)"
build_drv_ac "$repo_name" "$(xl_mirror $repo_name)" "$(drv_tag $drv_name $version)"
}