mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
10 lines
177 B
Bash
Executable File
10 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git clone https://gitlab.gnome.org/GNOME/glib.git
|
|
meson subprojects download --sourcedir glib
|
|
rm glib/subprojects/*.wrap
|
|
mv glib/subprojects/ .
|
|
rm -rf glib
|