mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
1857120806
commit
8b9aaf2e3f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue