On Jan 29, 2008, at 08:21, jochen@macports.org wrote:
-destroot { cd ${workpath}/${distname} - system "cp molden ${destroot}${prefix}/bin" - } +destroot { system "install -c -m 755 ${workpath}/$ {distname}/molden ${destroot}${prefix}/bin/" }
Removing the "cd" command is good, but really you should use the Tcl xinstall command, not shell out to the install command using system. This should do it: xinstall -W ${worksrcpath} molden ${destroot}${prefix}/bin
On 29.01.2008, at 17:06, Ryan Schmidt wrote:
Removing the "cd" command is good, but really you should use the Tcl xinstall command, not shell out to the install command using system. This should do it:
xinstall -W ${worksrcpath} molden ${destroot}${prefix}/bin
Thanks Ryan, that works;) Could you please also close the molden ticket for me, Safari still keeps crashing for me when loging in to MacOSforge Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14092#comment:1
Thanks! Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
I just wanted to broadcast this since it came up in the thread below... It is a known bug in Safari/MacOS that causes it to crash during a digest exchange over a proxy. Unfortunately, the best thing I can offer as a solution right now is to use another browser when going over a proxy. We are working on moving to a standard SSL-protected form as soon as possible so this wont be an issue anymore, but I have no ETA to give you. Thanks, -Bill On Jan 29, 2008, at 8:26 AM, Jochen Küpper wrote:
Could you please also close the molden ticket for me, Safari still keeps crashing for me when loging in to MacOSforge Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14092#comment:1
Thanks!
---- William Siegrist Software Support Engineer Mac OS Forge http://macosforge.org/ wsiegrist@apple.com 408 862 7337
participants (3)
-
Jochen Küpper
-
Ryan Schmidt
-
William Siegrist