Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2002 16:17:31 -0400
From:      parv <parv_fm@emailgroups.net>
To:        Ronneil Camara <neil@restricted.dyndns.org>, FreeBSD-STABLE@FreeBSD.org
Subject:   Re: What do you think about STABLE?
Message-ID:  <20020810201731.GA82096@moo.holy.cow>
In-Reply-To: <20020810043024.GA63922@moo.holy.cow>
References:  <200208100321.aa32703@salmon.maths.tcd.ie> <20020810035015.17253.qmail@ns1.onie.yi.org> <20020810043024.GA63922@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <20020810043024.GA63922@moo.holy.cow>,
wrote parv thusly...
>
> after installing ports tree -- see the freebsd handbook for details
> somewhere on freebsd.org website -- all you would have to do is
> type...
> 
>   # cd /usr/ports/lang/perl5
>   # { make && make test && make install } 2>&1 | tee log

my bad...

last command won't work a intended.  please replace it w/ below
(note the presence of semicolon)...

  # { make && make test && make install ; } 2>&1 | tee log


...of course, all this assumes sh-like shell.

-- 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020810201731.GA82096>