logo       

Re: depends code problem???: msg#00613

Subject: Re: depends code problem???
On 28 Feb 2004, at 14.56, Robert Shaw wrote:

depends_build           bin:${prefix}/bin/ruby:ruby

This should be "path:${prefix}/bin/ruby:ruby" - using bin:, it will look for something like ${prefix}/bin/${prefix}/bin/ruby.

depends_build           bin:ruby:ruby

In this case, it'll find the system-installed ruby. Using the path: syntax will solve your problem.

- Toby


<Prev in Thread] Current Thread [Next in Thread>