From 355be7ae2773a921236241c97fc8e4ab1eb2f64a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 18 Apr 2023 19:00:09 -0300 Subject: [PATCH] recipes: libs/barelibs: Use the force when copy the libraries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/libs/barelibs/recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libs/barelibs/recipe b/recipes/libs/barelibs/recipe index bbb8d603..51b8fe90 100644 --- a/recipes/libs/barelibs/recipe +++ b/recipes/libs/barelibs/recipe @@ -19,7 +19,7 @@ set -e program=barelibs version=dragora -pkgversion=20230412 +pkgversion=20230418 release=1 # Define a category for the output of the package name @@ -93,7 +93,7 @@ build() fi # Now copy the file as it is (without traverse the path) - cp -v -p -P "$real_location" "${destdir}/${destination}" + cp -v -f -p -P "$real_location" "${destdir}/${destination}" unset -v real_location real_directory destination done -- 2.11.4.GIT