From e3597cf463a427244bc3c67f032389cfbcb695ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 Mar 2011 01:43:07 +0000 Subject: Fix warning about running lv2config to actually mention lv2config (not ldconfig). --- wscript | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/wscript b/wscript index 123725c..e827b2b 100644 --- a/wscript +++ b/wscript @@ -77,11 +77,7 @@ def build(bld): def warn_lv2config(ctx): if ctx.cmd == 'install': - Logs.pprint('BOLD', ''' -*************************************************************************** -* LV2 Extension(s) Installed * -* You need to run lv2config to compile against extension headers * -* e.g. $ sudo ldconfig * -* (If you are packaging, extension packages MUST do this on installation) * -*************************************************************************** + Logs.warn(''' + * LV2 Extension(s) Installed + * You need to run lv2config to update extension headers ''') -- cgit v1.2.1