aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript10
1 files 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
''')