parent
40762e84b3
commit
bd397f1f1c
@ -0,0 +1,27 @@
|
||||
From f653c2d8e90a821538ae6fab68dccf4015c2d64f Mon Sep 17 00:00:00 2001
|
||||
From: Guido Aulisi <guido.aulisi@gmail.com>
|
||||
Date: Sun, 16 Jan 2022 21:24:18 +0100
|
||||
Subject: [PATCH] Fix build of jack-example-tools man pages
|
||||
|
||||
Commit e8c0be1ce932bfb99fdd1a50e08fab187efed6ca changed the name
|
||||
of the configuration environment to build the jack-example-tools,
|
||||
but forgot to change it for man pages.
|
||||
---
|
||||
man/wscript | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/man/wscript b/man/wscript
|
||||
index 52270c33..691b05ab 100644
|
||||
--- a/man/wscript
|
||||
+++ b/man/wscript
|
||||
@@ -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'))
|
||||
--
|
||||
2.34.1
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (jack2-1.9.19.tar.gz) = d8d5fe17e2984959546af3c53f044aa4648860e19ff8ffd54452e87fa6cdfd111f825c57e3df17cb8ed95de8392b6f354b12ded41e3e021a37f07b99a89ba18d
|
||||
SHA512 (jack2-1.9.20.tar.gz) = e4bffea5fadcf6fc8a40bb88b6f7266bc42d8fa743d5e00be786df00b19b9e02e42ce6cb5db3a9523eb3b2bc319234ac33c00b2c1e2ac7d1c875890d55da30b4
|
||||
|
Loading…
Reference in new issue