From e03519a2dbd06d81d68affccf00f25142c2c6c4e Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 9 Dec 2025 04:15:42 -0500 Subject: [PATCH] Fix gnu-make rebuild --- recipes/dev/gnu-make/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml index d9c722c9..7199d805 100644 --- a/recipes/dev/gnu-make/recipe.toml +++ b/recipes/dev/gnu-make/recipe.toml @@ -13,6 +13,6 @@ autotools_recursive_regenerate template = "custom" script = """ DYNAMIC_INIT -cp -rp "$COOKBOOK_SOURCE/." ./ +rsync -av --delete "$COOKBOOK_SOURCE/." ./ cookbook_configure -""" \ No newline at end of file +"""