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).