[MacPorts] #24433: kmymoney : updated port file + starter .app
MacPorts
noreply at macports.org
Wed Apr 14 17:22:23 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 MK-MacPorts@…):
Brad, could you have a look at the main.applescript
{{{
set executable to "__PREFIX__/bin/kmymoney" as string
try
set kmymoney to (POSIX path of (path to executable) as string)
on error
display alert "There was an error locating KMyMoney's executable."
& return & return & "Try 'port installed kmymoney' to verify that port
'kmymoney' is installed." & return & return & "The file we tried to find
was:" & return & return & "'" & executable & "'" as warning
return
end try
}}}
and tell me why this DOES NOT correctly test for existence of kmymoney's
executable?
Have no clue right now and finally need to go to bed.
---
Takanori, please be patient until we've figured this last one out.
--
Ticket URL: <http://trac.macports.org/ticket/24433#comment:27>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list