diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-09 20:50:16 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-09 20:50:16 -0400 |
commit | 1768cc7d65ffee3f7094a215028ff19a6afdfa2c (patch) | |
tree | 61e9a182d29cc73cc226a70193fec25fe49b3786 /meson.build | |
parent | 3300075f2e4cce6152c0d15519cfc25a3337a282 (diff) | |
download | pypaste-1768cc7d65ffee3f7094a215028ff19a6afdfa2c.tar.gz |
install wordlist
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
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', +) |