<div dir="ltr"><div><div><div>Hi<br></div>the patch works fine for me!<br><br></div>Thanks,<br></div>Joseph<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Giuseppe Di Terlizzi<br></div></div>
<br><div class="gmail_quote">2016-08-08 2:54 GMT+02:00 Willy Sudiarto Raharjo <span dir="ltr"><<a href="mailto:willysr@slackbuilds.org" target="_blank">willysr@slackbuilds.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Notice how the tarball name is missing the arch value ($PKG_ARCH).<br>
><br>
> This change seems to do the trick for me but I'm not sure it's the right<br>
> fix, or if I should talk to sbopkg's developers instead:<br>
><br>
><br>
> --- komodo-edit.orig/komodo-edit.<wbr>SlackBuild     2016-08-07<br>
> 09:00:06.000000000 -0300<br>
> +++ komodo-edit.new/komodo-edit.<wbr>SlackBuild      2016-08-07<br>
> 19:57:26.449219869 -0300<br>
> @@ -35,8 +35,8 @@<br>
>  if [ -z "$ARCH" ]; then<br>
>    ARCH=$( uname -m )<br>
>    case "$ARCH" in<br>
> -      i?86) PKG_ARCH=x86 ;;<br>
> -    x86_64) PKG_ARCH=x86_64 ;;<br>
> +      i?86) export PKG_ARCH=x86 ;;<br>
> +    x86_64) export PKG_ARCH=x86_64 ;;<br>
>           *) echo "Architecture not supported"; exit 0;<br>
>    esac<br>
>  fi<br>
><br>
><br>
> And I guess a similar change would be needed for Komodo-IDE also :)<br>
<br>
Hi<br>
<br>
i push the fixes on my branch which is slightly different to what you<br>
propose, but it's based on what we have in our template<br>
<a href="https://slackbuilds.org/cgit/slackbuilds/log/?h=willysr" rel="noreferrer" target="_blank">https://slackbuilds.org/cgit/<wbr>slackbuilds/log/?h=willysr</a><br>
<br>
please confirm if it's working well with you<br>
<br>
thanks<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
</font></span></blockquote></div><br></div>