|
a/src/recollinstall.in |
|
b/src/recollinstall.in |
|
... |
|
... |
17 |
PREFIX=$1
|
17 |
PREFIX=$1
|
18 |
else
|
18 |
else
|
19 |
usage
|
19 |
usage
|
20 |
fi
|
20 |
fi
|
21 |
QTGUI=@QTGUI@
|
21 |
QTGUI=@QTGUI@
|
22 |
if test X$QTGUI = Xqtgui ; then
|
|
|
23 |
I18N=$QTGUI
|
|
|
24 |
else
|
|
|
25 |
I18N=${QTGUI}/i18n
|
22 |
I18N=${QTGUI}/i18n
|
26 |
fi
|
|
|
27 |
|
23 |
|
28 |
test -n "$bindir" || bindir=${PREFIX}/bin
|
24 |
test -n "$bindir" || bindir=${PREFIX}/bin
|
29 |
test -n "$datadir" || datadir=${PREFIX}/share
|
25 |
test -n "$datadir" || datadir=${PREFIX}/share
|
30 |
if test -z "$mandir" ; then
|
26 |
if test -z "$mandir" ; then
|
31 |
if test -d ${PREFIX}/man ; then
|
27 |
if test -d ${PREFIX}/man ; then
|