--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Kees Brandenburg" <ctb@z...> wrote: > Hello Roy, > Today I upgraded to QuadToneRIP 2.0 but ran into a problem when > installing curves. > > After running Run-Quad-Profile the example curve (1160-fs) is > installed and visible in the curve dropbox (inside the folder > Quad_1160). But after running Run-Install-Curves and entering the > password I get this message: > > quadcurves: quadcurves: No such file or directory > logout > [Process completed] > > When doing a search for quadcurves I find a file (put there by the > installer) in usr/local/bin > > The curve doesn't show up in the print dialog. > What should I do? > Thanks, > > > Kees Brandenburg Thanks, Kees. Apparently /usr/local/bin isn't in the default search path. Here's the simple fix, the file Run-Install-Curves can be edited with TextEdit. Adding the line that begins with PATH will make it find quadcurves. Note that you can't write the change to the read-only disk image or the download. Write it to your own copy. ------NEW VERSION of Run-Install-Curves ------ #!/bin/sh PATH=.:/usr/local/bin:$PATH cd `dirname $0` echo " " sudo sh quadcurves ------ END Roy
Message
Re: QuadToneRIP 2.0
2003-06-25 by Roy Harrington
Attachments
- No local attachments were found for this message.