External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
580B

  1. Description: Don't run ldconfig after calling the install target
  2. and save a bit of time.
  3. Author: Alessio Treglia <alessio@debian.org>
  4. Forwarded: David Robillard <d@drobilla.net>
  5. ---
  6. wscript | 1 -
  7. 1 file changed, 1 deletion(-)
  8. Index: lilv/wscript
  9. ===================================================================
  10. --- lilv.orig/wscript
  11. +++ lilv/wscript
  12. @@ -560,7 +560,6 @@ def build(bld):
  13. bld.install_as('${SYSCONFDIR}/bash_completion.d/lilv',
  14. 'utils/lilv.bash_completion')
  15. - bld.add_post_fun(autowaf.run_ldconfig)
  16. def test(tst):