summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 87ad91c..41ebb91 100644
--- a/meson.build
+++ b/meson.build
@@ -9,3 +9,8 @@ sources = []
subdir('pypaste')
python.install_sources(sources, preserve_path: true)
+
+install_data(
+ 'eff_large_wordlist.txt',
+ install_dir: get_option('datadir') / 'dict',
+)