[MacPorts] #24433: kmymoney : updated port file + starter .app
MacPorts
noreply at macports.org
Wed Apr 14 11:38:19 PDT 2010
#24433: kmymoney : updated port file + starter .app
------------------------------------+---------------------------------------
Reporter: MK-MacPorts@… | Owner: macports-tickets@…
Type: update | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch maintainer
Port: kmymoney |
------------------------------------+---------------------------------------
Comment(by takanori@…):
Hi Brad,
Replying to [comment:17 brad@…]:
> The following fails on my system.
> do shell script "csh -l -c /opt/local/bin/kmymoney > /dev/null 2>&1"
Oops, sorry! You're right. I didn't notice about that. :-(
Replying to [comment:17 brad@…]:
> How about the following? Every mac is pretty much guaranteed to have sh
(bash).
> do shell script "sh -l -c /opt/local/bin/kmymoney > /dev/null 2>&1"
Well, if a user is using tcsh or something, and he/she haven't configured
$PATH in ~/.bash_profile,
this command may not work as expected.
I think
{{{
do shell script "PATH=__PREFIX__/bin:$PATH; export PATH;
__PREFIX__/bin/kmymoney > /dev/null 2>&1"
}}}
would be better.
I confirmed that I could call kmm_banking plugin from kmymoney.app by
using this command.
(please check kmymoney_1.0.4_1_takanori_2.tar.gz)
Regards,
--
Ticket URL: <http://trac.macports.org/ticket/24433#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list