Fix man page path

pull/69/head v0.3.1
Andri Yngvason 2020-09-28 20:37:30 +00:00
parent 18ab7bc60e
commit 7624d3d22f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project(
'wayvnc',
'c',
version: '0.3.0',
version: '0.3.1',
license: 'ISC',
default_options: [
'c_std=gnu11',
@ -153,6 +153,6 @@ if scdoc.found()
sh, '-c', '@0@ <@INPUT@ >@1@'.format(scdoc_prog.path(), output)
],
install: true,
install_dir: '@0@/man.1'.format(mandir)
install_dir: '@0@/man1'.format(mandir)
)
endif