From: Massimiliano Mirra Date: 2002-01-11T03:55:26+09:00 Subject: Re: [ANN] rpkg 0.1 (long) On Fri, Jan 11, 2002 at 02:02:20AM +0900, Dave Thomas wrote: > Could you pick up defaults from rbconfig.rb -- after all, you're > installing pure Ruby stuff, so placing it where Ruby is expecting > would help. I had *no* idea there was something like rbconfig! It looks perfect. The only issue is that there is no pointer to directories like /var and /tmp, so stuff that would go there on a *nix system won't (personally I can live with that). What about this setup? doc => sitedir/doc test => sitedir/test lib => sitelibdir info => sitedir/rpkg/info cache => sitedir/rpkg/cache tmp => sitedir/rpkg/tmp available => sitedir/rpkg/available status => sitedir/rpkg/status Massimiliano