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:
parent
9e752d7527
commit
87dd43a26b
1
wscript
1
wscript
|
@ -440,7 +440,6 @@ def build(bld):
|
||||||
bld.install_as(
|
bld.install_as(
|
||||||
'${SYSCONFDIR}/bash_completion.d/lilv', 'utils/lilv.bash_completion')
|
'${SYSCONFDIR}/bash_completion.d/lilv', 'utils/lilv.bash_completion')
|
||||||
|
|
||||||
bld.add_post_fun(autowaf.run_ldconfig)
|
|
||||||
|
|
||||||
def test(tst):
|
def test(tst):
|
||||||
with tst.group('unit') as check:
|
with tst.group('unit') as check:
|
||||||
|
|
Loading…
Reference in New Issue