From 1f24efd65dab5031f32ed7b12cc798b0f7999010 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 6 Apr 2014 06:59:23 +0200 Subject: [PATCH] fix install script for the xls filter --- packaging/debian/debian/changelog | 6 ++++ src/VERSION | 2 +- src/recollinstall.in | 3 ++ website/download.html | 41 +++++++++++----------- website/index.html.en | 58 ++++++++++--------------------- website/index.html.fr | 6 +++- 6 files changed, 54 insertions(+), 62 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index f57cc6df..c0fce66a 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.19.12p1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * 1.19.12 install forgot the xls filter + + -- Jean-Francois Dockes Sun, 06 Apr 2014 06:57:00 +0200 + recoll (1.19.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Minor fixes to 1.19.11. Make metadata stored length a parameter. diff --git a/src/VERSION b/src/VERSION index e54f3135..febd4f9e 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.19.12 +1.19.12p1 diff --git a/src/recollinstall.in b/src/recollinstall.in index c4a6fde4..c25c4808 100755 --- a/src/recollinstall.in +++ b/src/recollinstall.in @@ -122,6 +122,9 @@ ${STRIP} ${bindir}/recollindex ${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1 ${INSTALL} -m 0555 filters/ppt-dump.py ${datadir}/recoll/filters/ || exit 1 +${INSTALL} -m 0555 filters/xls-dump.py ${datadir}/recoll/filters/ || exit 1 +${INSTALL} -m 0555 filters/xlsxmltocsv.py ${datadir}/recoll/filters/ || exit 1 + ${INSTALL} -m 0444 filters/msodump.zip ${datadir}/recoll/filters/ || exit 1 for f in rclexecm.py rcllatinstops.zip;do chmod 644 ${datadir}/recoll/filters/$f diff --git a/website/download.html b/website/download.html index 454f5def..e56f8354 100644 --- a/website/download.html +++ b/website/download.html @@ -29,7 +29,7 @@ function showdiv(viewid)