Fix build of jack-example-tools man pages

Commit e8c0be1ce9 changed the name
of the configuration environment to build the jack-example-tools,
but forgot to change it for man pages.
This commit is contained in:
Guido Aulisi 2022-01-16 21:24:18 +01:00 committed by Filipe Coelho
parent 2980933a80
commit 9beb02d828
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
def build(bld):
bld.exec_command('cd man ; sh fill_template {} {}'.format(
bld.env['JACK_VERSION'],
bld.env['HAVE_JACK_EXAMPLE_TOOLS'])
bld.env['BUILD_JACK_EXAMPLE_TOOLS'])
)
bld.install_files(bld.env['MANDIR'], bld.path.ant_glob('*.1'))