Skip to content

Commit

Permalink
fix setting timestamp of shared lib symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 28, 2023
1 parent 4b24b1c commit ca3c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
../_sign-code.sh "${_ref}" '{}' \;

touch -c -r "${_ref}" "${_PP}/bin/curl${BIN_EXT}"
touch -c -r "${_ref}" "${_PP}/${DYN_DIR}"/*"${DYN_EXT}"
touch -h -r "${_ref}" "${_PP}/${DYN_DIR}"/*"${DYN_EXT}"
touch -c -r "${_ref}" "${_PP}"/lib/*.a

if [ "${CW_MAP}" = '1' ]; then
Expand Down

0 comments on commit ca3c64d

Please sign in to comment.