diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-05 19:28:46 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-05 19:28:46 -0400 |
commit | 0a350eaa7a891fc6a9a2daccc4d190da4000db50 (patch) | |
tree | 163a349b9f06d37f397f9824ed71857708fc071d /meson.build | |
parent | c6444a83790aa370f5e39c11cbeceda6e8878e26 (diff) | |
download | pypaste-0a350eaa7a891fc6a9a2daccc4d190da4000db50.tar.gz |
create script to launch pypaste from /usr/bin
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 7de9eef..4497213 100644 --- a/meson.build +++ b/meson.build @@ -9,3 +9,5 @@ install_data( rename: ['paste'], install_dir: get_option('bindir'), ) + +install_data('bin/pypaste', install_dir: get_option('bindir')) |