On 1/28/10, b. f. <bf1783 at googlemail.com> wrote:
> Rainer Hurling wrote:
> Don't write into /etc, except in special cases. Use ${PREFIX}/etc
> instead. Also, do something like:
>
> post-install:
> ${MKDIR} /etc/xdg/ggobi
Obviously, I should have written the above line as:
${MKDIR} ${PREFIX}/etc/xdg/ggobi
b.