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.

12 lines
271B

  1. --- suil-static-0.10.12.orig/wscript
  2. +++ suil-static-0.10.12/wscript
  3. @@ -403,8 +403,6 @@ def build(bld):
  4. if bld.env.DOCS:
  5. bld.recurse('doc/c')
  6. - bld.add_post_fun(autowaf.run_ldconfig)
  7. -
  8. class LintContext(Build.BuildContext):
  9. fun = cmd = 'lint'