tdevdraw: add /usr/X11R7 for NetBSD - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8b9aaf2e3f7f6e2733e52db4dd1dcb46a91e4972
(DIR) parent 18571208068d5fe2f0bf7b4e980525a7f577c503
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Wed, 30 Dec 2020 07:18:30 -0500
devdraw: add /usr/X11R7 for NetBSD
Fixes #362.
Diffstat:
M src/cmd/devdraw/mkwsysrules.sh | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/devdraw/mkwsysrules.sh b/src/cmd/devdraw/mkwsysrules.sh
t@@ -7,6 +7,8 @@ if [ "x$X11" = "x" ]; then
X11=/usr/X11R6
elif [ -d /usr/local/X11R6 ]; then
X11=/usr/local/X11R6
+ elif [ -d /usr/X11R7 ]; then
+ X11=/usr/X11R7
elif [ -d /usr/X ]; then
X11=/usr/X
elif [ -d /usr/openwin ]; then # for Sun