Patch from acolomb to fix install of ardour_system.rc
authorCarl Hetherington <carl@carlh.net>
Mon, 3 Oct 2011 21:31:59 +0000 (21:31 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 3 Oct 2011 21:31:59 +0000 (21:31 +0000)
(#4348).

git-svn-id: svn://localhost/ardour2/branches/3.0@10186 d708f5d6-7413-0410-9779-e7cbd77b26cf

wscript

diff --git a/wscript b/wscript
index 9aedf804203776747c56192ab8c691c65b0aa9ce..67348e56f140fa9a999e23cc34a990d32755c01a 100644 (file)
--- 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)