Re: Whither site_ruby?

Dan Cross <[email protected]> Tue, 18 Jan 2005 20:26:21 -0500
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Dan Cross <[email protected]> writes:
> 	cd /contrib/packages/pkg
> 	ln -s ../foo/1.2.3 foo stow -v -d
> 	/contrib/packages/pkg -t /sw foo

Whoops, please excuse me for replying to myself, but this got
somewhat mangled by my formatter before I sent it out.  The
above commands *should* look like the following:

	cd /contrib/packages/pkg
	ln -s ../foo/1.2.3 foo
	stow -v -d /contrib/packages/pkg -t /sw foo

Sorry about that!

	- Dan C.