diff options
| author | 2020-04-26 08:55:32 -0500 | |
|---|---|---|
| committer | 2020-04-26 08:55:32 -0500 | |
| commit | 69eb9531da0a45a916c30cad1c8d4892ec0edcf2 (patch) | |
| tree | 7b39c4caaf11198e9b802c01de6ebedb9cc66590 /meson.build | |
| parent | Change order of declarations for MSVC C++ support. (diff) | |
Rename auxbin/jpm -> jpm.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 5 |
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')) |
