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
On Sat, Jun 13, 2009 at 2:50 AM, nathan owe.<ndowens04@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
Eric Bélanger wrote:
On Sat, Jun 13, 2009 at 2:50 AM, nathan owe.<ndowens04@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
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
participants (3)
-
Andrei Thorp
-
Eric Bélanger
-
nathan owe.