зеркало из https://github.com/mozilla/gecko-dev.git
Use -r instead of -x to test for existence of libs - since the permissions
are not always 755. Thanks to "G�bor Lipt�k" <gliptak@hotmail.com> for poiting this out.
This commit is contained in:
Родитель
6fb2009eec
Коммит
1f91f8ecef
|
@ -577,7 +577,7 @@ for d in $MOTIF_SEARCH_PATH
|
|||
do
|
||||
for l in $MOTIF_DYNAMIC_SEARCH_PATH
|
||||
do
|
||||
if [ -x $d/lib/$l ]
|
||||
if [ -r $d/lib/$l ]
|
||||
then
|
||||
MOTIF_DYNAMIC_DIR=$d/lib
|
||||
|
||||
|
|
|
@ -502,7 +502,7 @@ for d in $X11_SEARCH_PATH
|
|||
do
|
||||
for l in $X11_DYNAMIC_SEARCH_PATH
|
||||
do
|
||||
if [ -x $d/lib/$l ]
|
||||
if [ -r $d/lib/$l ]
|
||||
then
|
||||
X11_DYNAMIC_DIR=$d/lib
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче