]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add missed .1 extension for manpage [skip ci]
authorLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 17:18:00 +0000 (00:18 +0700)
committerLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 17:18:00 +0000 (00:18 +0700)
build/meson/programs/meson.build

index c97bc653d02ebf396123cdba4150dcec457c5241..333ad8e8bda3b9da3b92fdf84d65189beda49186 100644 (file)
@@ -88,7 +88,7 @@ install_man(join_paths(zstd_rootdir, 'programs/zstd.1'),
 
 InstallSymlink_py = '../InstallSymlink.py'
 zstd_man1_dir = join_paths(zstd_mandir, 'man1')
-man1_EXT = host_machine_os != os_windows ? '.1.gz' : ''
+man1_EXT = host_machine_os != os_windows ? '.1.gz' : '.1'
 
 foreach f : ['zstdcat', 'unzstd']
   meson.add_install_script(InstallSymlink_py, 'zstd', f, zstd_bindir)