[aur-general] etc dir

2009-06-13 Thread nathan owe.
the app i am trying to pkg: gnu rush is wanting to install etc in 
/usr/etc, i tried something like etcdir=$pkgdir/etc but it isn't working




Re: [aur-general] etc dir

2009-06-13 Thread Eric Bélanger
On Sat, Jun 13, 2009 at 2:50 AM, nathan owe.ndowen...@gmail.com wrote:
 the app i am trying to pkg: gnu rush is wanting to install etc in /usr/etc,
 i tried something like etcdir=$pkgdir/etc but it isn't working



try:

./configure --prefix=/usr --sysconfdir=/etc


Re: [aur-general] etc dir

2009-06-13 Thread nathan owe.

Eric Bélanger wrote:

On Sat, Jun 13, 2009 at 2:50 AM, nathan owe.ndowen...@gmail.com wrote:
  

the app i am trying to pkg: gnu rush is wanting to install etc in /usr/etc,
i tried something like etcdir=$pkgdir/etc but it isn't working





try:

./configure --prefix=/usr --sysconfdir=/etc
  

ok fixed that. now namcap says file is not world readable


Re: [aur-general] etc dir

2009-06-13 Thread Andrei Thorp
That may be okay, but you can solve the situation by chmod +r.

I've seen you post a lot recently, consider perhaps doing a bit of
research/reading to dispell easy questions. If you really have no idea
what's going on and have a hard time googling for it, do feel free to
ask though.

Cheers,

-AT