<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e802056292203665de7127cc01ec058bbd980a4">https://github.com/macports/macports-ports/commit/2e802056292203665de7127cc01ec058bbd980a4</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 2e802056292 edex-ui: fix destroot
</span>2e802056292 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e802056292203665de7127cc01ec058bbd980a4
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Jan 2 08:09:24 2022 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/edex-ui/Portfile b/sysutils/edex-ui/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b4c63e16ae..24b6f0ec195 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/edex-ui/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/edex-ui/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ build {
</span> 
 destroot {
     copy \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        {*}[glob ${worksrcpath}/dist/mac-*/eDEX-UI.app] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        {*}[glob ${worksrcpath}/dist/*/eDEX-UI.app] \
</span>         ${destroot}${applications_dir}
 }
 
</pre><pre style='margin:0'>

</pre>