On Sun, Nov 21, 2010 at 04:46:37PM +0000, Stuart Henderson wrote:
> On 2010/11/21 15:02, Federico G. Schwindt wrote:
> > CONFIGURE_ARGS = --prefix=${PREFIX} \
> > + --sysconfdir=${PREFIX}/share \
>
> I looked at this too (then promptly forgot about it...)
> I thought it might be better to use
>
> CONFIGURE_ARGS += --sysconfdir=${SYSCONFDIR}
> FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples
>
> and @sample the file in PLIST:
>
> share/examples/qemu/target-x86_64.conf
> @sample ${SYSCONFDIR}/qemu/
> @sample ${SYSCONFDIR}/qemu/target-x86_64.conf
>
> otherwise I'm happy with this (though I've only lightly tested
> this version).
Sure but why? It's not like people are going to tweak the .conf very often
(if anything at all). For me this is more data than configuration, that's
the reason for the location.
f.-