From: Carl Hetherington Date: Mon, 3 Oct 2011 21:31:59 +0000 (+0000) Subject: Patch from acolomb to fix install of ardour_system.rc X-Git-Tag: 3.0-beta1~384 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=a1f8f6d8eac9c580af1cc337c80d4cb5b58405a1;p=ardour.git Patch from acolomb to fix install of ardour_system.rc (#4348). git-svn-id: svn://localhost/ardour2/branches/3.0@10186 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/wscript b/wscript index 9aedf80420..67348e56f1 100644 --- a/wscript +++ b/wscript @@ -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)