more places to look
This commit is contained in:
parent
ca63c078d9
commit
4d0bbfacdd
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ if [ "x$X11" = "x" ]; then
|
||||||
X11=/usr/X11R6
|
X11=/usr/X11R6
|
||||||
elif [ -d /usr/local/X11R6 ]; then
|
elif [ -d /usr/local/X11R6 ]; then
|
||||||
X11=/usr/local/X11R6
|
X11=/usr/local/X11R6
|
||||||
|
elif [ -d /usr/X ]; then
|
||||||
|
X11=/usr/X
|
||||||
|
elif [ -d /usr/openwin ]; then # for Sun
|
||||||
|
X11=/usr/openwin
|
||||||
else
|
else
|
||||||
X11=noX11dir
|
X11=noX11dir
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue