On Sat, Jun 13, 2009 at 2:50 AM, nathan owe.<[email protected]> 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
