aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-04-26 08:55:32 -0500
committerCalvin Rose <calsrose@gmail.com>2020-04-26 08:55:32 -0500
commit69eb9531da0a45a916c30cad1c8d4892ec0edcf2 (patch)
tree7b39c4caaf11198e9b802c01de6ebedb9cc66590 /meson.build
parentChange order of declarations for MSVC C++ support. (diff)
Rename auxbin/jpm -> jpm.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 3633b9c3..3be88563 100644
--- a/meson.build
+++ b/meson.build
@@ -241,8 +241,5 @@ pkg.generate(libjanet,
install_man('janet.1')
install_man('jpm.1')
install_headers(['src/include/janet.h', jconf], subdir: 'janet')
-janet_binscripts = [
- 'auxbin/jpm'
-]
-install_data(sources : janet_binscripts, install_dir : get_option('bindir'))
+install_data(sources : ['jpm'], install_dir : get_option('bindir'))
install_data(sources : ['tools/.keep'], install_dir : join_paths(get_option('libdir'), 'janet'))