X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=67348e56f140fa9a999e23cc34a990d32755c01a;hb=a1f8f6d8eac9c580af1cc337c80d4cb5b58405a1;hp=e400b6e198edf5f1b58ed570d52e462e7dab6216;hpb=a6d7098797b31046d4b6d7e6ba40a508b6344ee6;p=ardour.git diff --git a/wscript b/wscript index e400b6e198..67348e56f1 100644 --- a/wscript +++ b/wscript @@ -376,7 +376,7 @@ def options(opt): opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile', help='Compile for use with gprofile') opt.add_option('--lv2', action='store_true', default=False, dest='lv2', - help='Compile with support for LV2 (if SLV2 or Lilv+Suil is available)') + help='Compile with support for LV2 (if Lilv+Suil is available)') opt.add_option('--lxvst', action='store_true', default=False, dest='lxvst', help='Compile with support for linuxVST plugins') opt.add_option('--nls', action='store_true', default=True, dest='nls', @@ -658,7 +658,7 @@ def build(bld): obj.source = 'ardour.rc.in' obj.target = 'ardour_system.rc' obj.dict = rc_subst_dict - obj.install_path = '${SYSCONF}/ardour3' + obj.install_path = '${SYSCONFDIR}/ardour3' def i18n(bld): bld.recurse (i18n_children)