Switch to unified view

a/src/recollinstall.in b/src/recollinstall.in
...
...
28
   for d in ${PREFIX} \
28
   for d in ${PREFIX} \
29
        ${PREFIX}/bin \
29
        ${PREFIX}/bin \
30
        ${PREFIX}/share \
30
        ${PREFIX}/share \
31
        ${PREFIX}/share/recoll \
31
        ${PREFIX}/share/recoll \
32
        ${PREFIX}/share/recoll/examples \
32
        ${PREFIX}/share/recoll/examples \
33
        ${PREFIX}/share/recoll/images 
33
        ${PREFIX}/share/recoll/images \
34
      ${PREFIX}/share/recoll/translations
34
   do
35
   do
35
     test -d $d || mkdir $d || exit 1
36
     test -d $d || mkdir $d || exit 1
36
   done
37
   done
37
38
38
39
...
...
43
44
44
   ${INSTALL} sampleconf/recoll.conf sampleconf/mimeconf sampleconf/mimemap \
45
   ${INSTALL} sampleconf/recoll.conf sampleconf/mimeconf sampleconf/mimemap \
45
            ${PREFIX}/share/recoll/examples/ || exit 1
46
            ${PREFIX}/share/recoll/examples/ || exit 1
46
47
47
   ${INSTALL} qtgui/mtpics/*.png ${PREFIX}/share/recoll/images || exit 1
48
   ${INSTALL} qtgui/mtpics/*.png ${PREFIX}/share/recoll/images || exit 1
49
   ${INSTALL} qtgui/recoll*.qm ${PREFIX}/share/recoll/translations || exit 1
48
50
49
   exit 0
51
   exit 0
50
52
51
else
53
else
52
54