From a1f8f6d8eac9c580af1cc337c80d4cb5b58405a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Oct 2011 21:31:59 +0000 Subject: 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 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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) -- cgit v1.2.3