plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 8315a8045cd2c8433a9bbec6f2a93669ddc93501
parent ae1f02adde30419e698a3f95d3bb0380aa5ec5a7
Author: Russ Cox <rsc@swtch.com>
Date:   Wed,  9 Jul 2008 11:46:30 -0400

rio: only build if WSYSTYPE is x11

Diffstat:
Msrc/cmd/rio/mkriorules.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/rio/mkriorules.sh b/src/cmd/rio/mkriorules.sh @@ -1,4 +1,4 @@ -if [ "x$WSYSTYPE" = xnowsys ]; then +if [ "x$WSYSTYPE" != xx11 ]; then echo 'all install clean nuke:Q:' echo ' #' exit 0