I installed REBOL (interpreter and all .r files) in /opt/rebol and then
created a link rebol -> /opt/rebol/rebol in /usr/local/bin (i.e., just
to the interpreter). It works fine.
-jn-
[EMAIL PROTECTED] wrote:
>
>
> > This is the information I was looking for also. Have
> > rebol* safely ensconced in /usr/bin - but what do I do with
> > the other files (feedback.r, user.r, etc.)? Do they also
> > go in /usr/bin? Seems kinda messy.
> >
> > - fleet -
>
> Perhaps:
>
> mkdir /usr/share/rebol/ && mv -i *.r /usr/share/rebol/
>
> ? or:
>
> /usr/local/share/rebol/
>
> -jeff