On 2009-02-12 15:36-0700 Orion Poplawski wrote:
> I'm trying to start to address
> https://bugzilla.redhat.com/show_bug.cgi?id=484519
P.S. I had a look at that, and I think the guy is mostly complaining about
issues which arise from split up packages since many of those errors should
never occur
On 2009-02-12 15:36-0700 Orion Poplawski wrote:
> I'm trying to start to address
> https://bugzilla.redhat.com/show_bug.cgi?id=484519
>
> here are the issues:
>
> - Examples are installed into /usr/share/plplot/examples. This
> is not writable.
>
> - Examples are shipped with the appropriate sub-
Orion Poplawski wrote:
>
> - I'd like for EXAMPLES_DIR to get set to
> /usr/share/plplot/examples on install.
Perhaps:
EXE_DIR=`dirname $0`
EXAMPLES_DIR=${EXAMPLES_DIR:=$EXE_DIR}
SRC_EXAMPLES_DIR=${SRC_EXAMPLES_DIR:=$EXE_DIR}
would work?
--
Orion Poplawski
Technical Manager