Skip to content

Commit

Permalink
Fix installation of epub search helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jun 10, 2022
1 parent d5644ad commit 84493b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Depends:
odt2txt,
catdoc,
untex,
html2text,
python3-xlrd,
${misc:Depends},
${shlibs:Depends},
Expand Down
6 changes: 6 additions & 0 deletions search-helpers/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ install_data(
)

install_data(
'epub2text.nemo_search_helper',
'mso.nemo_search_helper',
'mso-ppt.nemo_search_helper',
'mso-xls.nemo_search_helper',
install_dir: join_paths(nemoDataPath, 'search-helpers')
)

install_data(
'nemo-epub2text',
install_dir: get_option('bindir')
)

subdir('third-party')
Empty file modified search-helpers/nemo-epub2text
100644 → 100755
Empty file.

0 comments on commit 84493b3

Please sign in to comment.