From e25b2fe56643fd7bd6298d4ad6e1a637eb0ae81c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 27 Oct 2023 19:53:33 +0000 Subject: [PATCH] fix regression setting timestamps for `.def` files Regression from bcd0261b0d2d1ce5b1c403df9f25f68698fe1de4 --- curl-pkg.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/curl-pkg.sh b/curl-pkg.sh index 957155055..113870c44 100755 --- a/curl-pkg.sh +++ b/curl-pkg.sh @@ -29,6 +29,10 @@ touch -c -r "${_ref}" "${_PP}"/lib/*.a + if [ "${_OS}" = 'win' ]; then + touch -c -r "${_ref}" "${_PP}"/bin/*.def + fi + # Process map files if [ "${CW_MAP}" = '1' ]; then