Install missed zstdgrep and zstdless

This commit is contained in:
Lzu Tao 2018-11-29 01:50:24 +07:00
parent 3f27e2a072
commit f660825d9f

View 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
# =============================================================================