Skip to content
Snippets Groups Projects
Commit a604a066 authored by Will Angenent's avatar Will Angenent
Browse files

Use more portable -c and -r options to touch

parent ed33e340
No related branches found
No related tags found
1 merge request!271Macos build fixes
......@@ -48,7 +48,7 @@ do
fi
# Match pkgar and tar time
touch --no-create --reference="${COOKBOOK_STAGE}.tar.gz" "${COOKBOOK_STAGE}.pkgar"
touch -c -r "${COOKBOOK_STAGE}.tar.gz" "${COOKBOOK_STAGE}.pkgar"
continue
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment