зеркало из https://github.com/mozilla/gecko-dev.git
xmlterm changes only (not part of the default build).
xmlterm script fixed to work properly on Solaris.
This commit is contained in:
Родитель
2e178fdfae
Коммит
f4bf2dd0f0
|
@ -24,7 +24,7 @@ else
|
||||||
MOZILLA_DIR=`rpm -q --queryformat "%{INSTALLPREFIX}" xmlterm`
|
MOZILLA_DIR=`rpm -q --queryformat "%{INSTALLPREFIX}" xmlterm`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${#MOZILLA_DIR} -eq 0 ]
|
if [ ! "$MOZILLA_DIR" ]
|
||||||
then
|
then
|
||||||
# Assume command prefix points to mozilla directory
|
# Assume command prefix points to mozilla directory
|
||||||
MOZILLA_DIR=$PREFIX
|
MOZILLA_DIR=$PREFIX
|
||||||
|
|
Загрузка…
Ссылка в новой задаче