<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/b93d62cc9a4da755bfbee457f525ef861431c2cb">https://github.com/macports/mpbb/commit/b93d62cc9a4da755bfbee457f525ef861431c2cb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new b93d62c  mpbb-gather-archives: ensure readable staging dir
</span>b93d62c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b93d62cc9a4da755bfbee457f525ef861431c2cb
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Mar 4 09:08:58 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    mpbb-gather-archives: ensure readable staging dir
</span>---
 mpbb-gather-archives | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-gather-archives b/mpbb-gather-archives
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c49776..86634b8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-gather-archives
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-gather-archives
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +62,7 @@ gather-archives() {
</span>     fi
 
     mkdir -p "${option_staging_dir}"/public "${option_staging_dir}"/private || return
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    chmod -R a+rX "${option_staging_dir}"
</span> 
     # $thisdir is set in mpbb
     # shellcheck disable=SC2154
</pre><pre style='margin:0'>

</pre>