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.

14 lines
311B

  1. diff --git a/wscript b/wscript
  2. index 088ea0b..819c7d1 100644
  3. --- a/wscript
  4. +++ b/wscript
  5. @@ -173,8 +173,6 @@ def build(bld):
  6. # Man page
  7. bld.install_files('${MANDIR}/man1', 'doc/serdi.1')
  8. - bld.add_post_fun(autowaf.run_ldconfig)
  9. -
  10. class LintContext(Build.BuildContext):
  11. fun = cmd = 'lint'