]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Install missed zstdgrep and zstdless
authorLzu Tao <taolzu@gmail.com>
Wed, 28 Nov 2018 18:50:24 +0000 (01:50 +0700)
committerLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 16:18:59 +0000 (23:18 +0700)
contrib/meson/programs/meson.build

index ba47e0f97fbcf577c3f59373ac89159d9d6adb4a..e9f1c518ddea0c5790ce64fe14f787b04563a7c4 100644 (file)
@@ -57,6 +57,10 @@ executable('zstd-frugal',
     c_args: [ '-DZSTD_NOBENCH', '-DZSTD_NODICT' ],
     install: true)
 
+install_data(join_paths(programs_dir, 'zstdgrep'),
+    join_paths(programs_dir, 'zstdless'),
+    install_dir: zstd_bindir)
+
 # =============================================================================
 # Program symlinks
 # =============================================================================