summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-05-24 13:56:35 +0200
committerSimon Rettberg2024-05-24 13:56:35 +0200
commit36d4e8f7a7ff7c2d6eba2b78c87472648da29e0f (patch)
treeab11d8eac261d308eb8ad41d6608b1db57ca59d8
parentBig round of cleanup (diff)
downloadmltk-36d4e8f7a7ff7c2d6eba2b78c87472648da29e0f.tar.gz
mltk-36d4e8f7a7ff7c2d6eba2b78c87472648da29e0f.tar.xz
mltk-36d4e8f7a7ff7c2d6eba2b78c87472648da29e0f.zip
[lightdm-greeter-bwlp/xorg] Fix https git URLs
-rw-r--r--core/modules/lightdm-greeter-bwlp/module.conf2
-rw-r--r--core/modules/xorg/module.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/module.conf b/core/modules/lightdm-greeter-bwlp/module.conf
index 9a4513e8..d9b20e88 100644
--- a/core/modules/lightdm-greeter-bwlp/module.conf
+++ b/core/modules/lightdm-greeter-bwlp/module.conf
@@ -2,7 +2,7 @@ REQUIRED_MODULEs="
lightdm
qt5core
"
-REQUIRED_GIT="https://git.openslx.org/openslx-ng/slxgreeter"
+REQUIRED_GIT="https://git.openslx.org/openslx-ng/slxgreeter.git"
REQUIRED_BINARIES="
qt-lightdm-greeter
"
diff --git a/core/modules/xorg/module.build b/core/modules/xorg/module.build
index bf2d36f4..38ed0228 100644
--- a/core/modules/xorg/module.build
+++ b/core/modules/xorg/module.build
@@ -8,7 +8,7 @@ fetch_source() {
for drv in $REQUIRED_XORG_DRIVERS; do
drv=${drv%//*}
[ -d "${drv}/.git" ] && continue
- git clone "https://anongit.freedesktop.org/xorg/driver/${drv}" "${drv}" || perror "Could not clone $drv"
+ git clone "https://anongit.freedesktop.org/xorg/driver/${drv}.git" "${drv}" || perror "Could not clone $drv"
done
cd -
fi