|
a/src/recollinstall.in |
|
b/src/recollinstall.in |
|
... |
|
... |
76 |
|
76 |
|
77 |
${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1
|
77 |
${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1
|
78 |
|
78 |
|
79 |
# Clean up possible old filters in examples
|
79 |
# Clean up possible old filters in examples
|
80 |
rm -f ${datadir}/recoll/examples/rcl*
|
80 |
rm -f ${datadir}/recoll/examples/rcl*
|
81 |
${INSTALL} -m 0444 sampleconf/recoll.conf sampleconf/mimeconf \
|
81 |
${INSTALL} -m 0444 \
|
|
|
82 |
sampleconf/mimeconf \
|
|
|
83 |
sampleconf/mimeview \
|
|
|
84 |
sampleconf/recoll.conf \
|
|
|
85 |
sampleconf/mimemap \
|
82 |
sampleconf/mimemap ${datadir}/recoll/examples/ || exit 1
|
86 |
${datadir}/recoll/examples/ || exit 1
|
83 |
${INSTALL} -m 0755 index/rclmon.sh ${datadir}/recoll/examples/ || exit 1
|
87 |
${INSTALL} -m 0755 index/rclmon.sh ${datadir}/recoll/examples/ || exit 1
|
84 |
|
88 |
|
85 |
|
89 |
|
86 |
${INSTALL} -m 0444 ${QTGUI}/mtpics/*.png ${datadir}/recoll/images || exit 1
|
90 |
${INSTALL} -m 0444 ${QTGUI}/mtpics/*.png ${datadir}/recoll/images || exit 1
|
87 |
|
91 |
|