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.

13 lines
313B

  1. diff --git a/wscript b/wscript
  2. index 4e8ebde..41e784c 100644
  3. --- a/wscript
  4. +++ b/wscript
  5. @@ -231,7 +231,6 @@ def build(bld):
  6. # Man pages
  7. bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1'))
  8. - bld.add_post_fun(autowaf.run_ldconfig)
  9. def lint(ctx):
  10. "checks code for style issues"