[companion-integrate] RTI - gnuplot upgrade
Mike Sullivan
Mike.Sullivan at Sun.COM
Thu Aug 17 12:10:10 PDT 2006
Steven M. Christensen wrote:
> Mike -
>
> I agree and have made the addition you suggest and updated
> the files on my server. If you agree with my fix, I will
> update my repository with the gnuplot upgrade.
you did this:
mkdir -p ${PREFIX}/libexec/gnuplot/4.0/
chmod 755 ${PREFIX}/libexec/gnuplot/4.0/
which is good, but remember mkdir -p is going to make
every directory in the path as well if it needs to.
If it also makes ${PREFIX}/libexec and ${PREFIX}/libexec/gnuplot
then you need to chmod those as well to match the packages.
(the gnuplot directory is probably the only one, because
libexec seems to be in Targetdirs).
Mike
>
> Steve C.
>
>
> On Wed, 16 Aug 2006, Mike Sullivan wrote:
>
>> Steven M. Christensen wrote:
>>> I would like to submit a RTI for an upgrade of the
>>> gnuplot program in the Companion CD project.
>>
>>
>>> The webrev information can be found at
>>> http://companion.sunfreeware.com/downloads/gnuplotwebrev/
>>
>> Shouldn't the mkdir -p be followed by a chmod to
>> make it match the packages (and in fact, on each
>> of the components)? Otherwise this is something that
>> will have to be fixed later when cleaning up the
>> protocmp problems.
>>
>> Otherwise seems fine.
>>
>> Mike
>>
>
More information about the companion-integrate
mailing list