1 2 3 4 5 6 7 8 9 10 11 12
Index: serd-0.4.2/wscript =================================================================== --- serd-0.4.2.orig/wscript +++ serd-0.4.2/wscript @@ -125,7 +125,6 @@ def build(bld): # Man page bld.install_files('${MANDIR}/man1', 'doc/serdi.1') - bld.add_post_fun(autowaf.run_ldconfig) if bld.env['DOCS']: bld.add_post_fun(fix_docs)