Don't run ldconfig after calling the install target

and save a bit of time.
Forwarded: David Robillard <d@drobilla.net>

Gbp-Pq: Name 1001-dont_run_ldconfig.patch
This commit is contained in:
Alessio Treglia 2022-06-27 15:38:28 +08:00 committed by Lu zhiping
parent 9e752d7527
commit 87dd43a26b
1 changed files with 0 additions and 1 deletions

View File

@ -440,7 +440,6 @@ def build(bld):
bld.install_as(
'${SYSCONFDIR}/bash_completion.d/lilv', 'utils/lilv.bash_completion')
bld.add_post_fun(autowaf.run_ldconfig)
def test(tst):
with tst.group('unit') as check: