<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/992a130f5f871b9f0665366b71a9fab6d1a016a6">https://github.com/macports/macports-ports/commit/992a130f5f871b9f0665366b71a9fab6d1a016a6</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 992a130f5f8 flameshot: Fix destroot failure
</span>992a130f5f8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 992a130f5f871b9f0665366b71a9fab6d1a016a6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 22 23:46:56 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    flameshot: Fix destroot failure
</span>---
 sysutils/flameshot/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/flameshot/Portfile b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6674ceeaba2..9abce68fc53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,7 @@ destroot {
</span>     ln -s ${applications_dir}/flameshot.app/Contents/MacOS/${name} \
         ${destroot}${prefix}/bin/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/bash-completion/completions
</span>     copy ${build_src_dir}/share/bash-completion/completions/flameshot \
         ${destroot}${prefix}/share/bash-completion/completions/
 
</pre><pre style='margin:0'>

</pre>