From 1768cc7d65ffee3f7094a215028ff19a6afdfa2c Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 9 Sep 2025 20:50:16 -0400 Subject: install wordlist --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson.build') 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', +) -- cgit v1.2.3