From d8499ca56184f30eb17a565f8ee311c349e5f66a Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Thu, 18 Nov 2021 11:51:19 +0900 Subject: [PATCH] force copy file --- php7.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php7.spec b/php7.spec index 9daf768..cdc9a0c 100644 --- a/php7.spec +++ b/php7.spec @@ -1765,7 +1765,7 @@ sed -e "s/@PHP_APIVER@/%{apiver}/" \ %install_macro %{name} macros.php # update libtool.m4 file -cp %{_datadir}/aclocal/libtool.m4 %{buildroot}%{_libdir}/php/build +cp -f %{_datadir}/aclocal/libtool.m4 %{buildroot}%{_libdir}/php/build cat %{_datadir}/aclocal/ltoptions.m4 %{_datadir}/ltversion.m4 \ %{_datadir}/aclocal/ltsugar.m4 %{_datadir}/aclocal/lt~obsolete.m4 >> %{buildroot}%{_libdir}/php/build/libtool.m4