| 
							- Description: Don't run ldconfig after calling the install target
 -  and save a bit of time.
 - Author: Alessio Treglia <alessio@debian.org>
 - Forwarded: David Robillard <d@drobilla.net>
 - ---
 -  wscript |    1 -
 -  1 file changed, 1 deletion(-)
 - 
 - Index: lilv/wscript
 - ===================================================================
 - --- lilv.orig/wscript
 - +++ lilv/wscript
 - @@ -560,7 +560,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):
 
 
  |