diff --git a/recipes/wip/tools/tarlz/recipe.toml b/recipes/wip/tools/tarlz/recipe.toml
index 0985a0c2280dffd4b3d4e16165198f70530d9194..85a486125b4dc1ed9e03a168235456a843c5a13f 100644
--- a/recipes/wip/tools/tarlz/recipe.toml
+++ b/recipes/wip/tools/tarlz/recipe.toml
@@ -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
+"""