From 058986f77b25685fe871bf5459da3f9c4ea03b5a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Apr 2014 21:11:08 -0400 Subject: finish unfinished work at basing all install paths on the program name --- patchfiles/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patchfiles/wscript') diff --git a/patchfiles/wscript b/patchfiles/wscript index 3b852974c3..ea54532e13 100644 --- a/patchfiles/wscript +++ b/patchfiles/wscript @@ -10,7 +10,7 @@ def configure(conf): def build(bld): patchfiles = bld.path.ant_glob ('*.midnam') - bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'patchfiles'), patchfiles) + bld.install_files (os.path.join(bld.env['DATADIR'], 'patchfiles'), patchfiles) def options(opt): pass -- cgit v1.2.3