hicolor-icon-theme: always reconfigure meson

This commit is contained in:
Jeremy Soller 2025-09-07 12:48:36 -06:00
parent 1f74fda345
commit 00ff0c5ff9
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -4,6 +4,6 @@ git = "https://gitlab.freedesktop.org/xdg/default-icon-theme.git"
[build]
template = "custom"
script = """
meson setup -Dprefix=/usr . "${COOKBOOK_SOURCE}"
meson setup --reconfigure -Dprefix=/usr . "${COOKBOOK_SOURCE}"
env DESTDIR="${COOKBOOK_STAGE}" meson install
"""