From 0a350eaa7a891fc6a9a2daccc4d190da4000db50 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Sep 2025 19:28:46 -0400 Subject: create script to launch pypaste from /usr/bin --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') 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')) -- cgit v1.2.3