On Feb 4, 2008 4:54 AM, William Hubbs wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sun, Feb 03, 2008 at 10:00:19PM +0100, Christian Faulhammer wrote: > > > src_compile() { > > > econf --datadir='/etc' || die "econf failed" > > > emake || die "emake failed" > > > } > > > > Are you sure that /etc as datadir is a good choice or does yasr > > itself abuse it? > > If I remove this, yasr's default configuration goes in > /usr/share/yasr/yasr.conf instead of /etc/yasr/yasr.conf, so it looks > like yasr isn't using the datadir correctly. I don't know what the > patch should be to fix this. The attached patch fixes the problem for me. -- ~Nirbheek Chauhan