Try to fix a recipe

This commit is contained in:
Ribbon 2024-06-10 23:02:20 +00:00
parent 0b11a2e6ae
commit c31c3f12a9

View File

@ -2,7 +2,11 @@
[source]
tar = "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.25.tar.lz"
[build]
template = "configure"
template = "custom"
dependencies = [
"lzlib",
]
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/"
cookbook_configure
"""