mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
.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:
committed by
Enrico Weigelt
parent
e4fc8443be
commit
2fcd226852
2
.github/scripts/util.sh
vendored
2
.github/scripts/util.sh
vendored
@@ -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)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user