mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 13:18:03 +02:00
/etc/init.d/Xprint should use PROJECTROOT from build (Grzegorz
D?browski)
This commit is contained in:
parent
b05e78dd40
commit
5037d3441d
1 changed files with 3 additions and 0 deletions
|
|
@ -176,6 +176,9 @@ export OPENWINHOME=/usr/openwin
|
|||
#elif defined(OS_AIX)
|
||||
XPROJECTROOT=/usr/lpp/X11
|
||||
#else
|
||||
#if defined(ProjectRoot)
|
||||
[ -d ProjectRoot/bin ] && XPROJECTROOT=ProjectRoot
|
||||
#endif
|
||||
[ -d /usr/X11/bin ] && XPROJECTROOT=/usr/X11
|
||||
[ -d /usr/X11R6/bin ] && XPROJECTROOT=/usr/X11R6
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue