Skip to content

Commit

Permalink
Merge pull request #741 from ManifoldFR/topic/distcheck-restore-permi…
Browse files Browse the repository at this point in the history
…ssions-recursive

distcheck: recursively restore user write permissions
  • Loading branch information
jorisv authored Jan 24, 2025
2 parents e9b5839 + 272ab6b commit 851587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ macro(DISTCHECK_SETUP)
${BUILD_CMD} clean || (echo "ERROR: the clean target failed." && false)
&&
cd ${CMAKE_BINARY_DIR}/${PROJECT_NAME}${PROJECT_SUFFIX}-${PROJECT_VERSION} &&
chmod u+w . _build _inst &&
chmod u+w -R . _build _inst &&
rm -rf _build _inst &&
find . -type d -print0 | xargs -0 chmod u+w &&
echo "==============================================================" &&
Expand Down

0 comments on commit 851587a

Please sign in to comment.