From 4d94305cc904cc2cce33d62050f351fe80f0d517 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Feb 2008 19:30:01 +0000 Subject: Fix install path problems (s/ardour2/ardour3). Fix finding of keybindings file when running from source tree (via ardev/ardbg). Fix clashing keybindings for zoom stuff. Add note tool keybinding and menu entry. git-svn-id: svn://localhost/ardour2/branches/3.0@3099 d708f5d6-7413-0410-9779-e7cbd77b26cf --- vst/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vst') diff --git a/vst/SConscript b/vst/SConscript index 4a130fed80..c4254dc5ed 100644 --- a/vst/SConscript +++ b/vst/SConscript @@ -74,7 +74,7 @@ if ardour_vst['VST']: # the wine script - into the bin dir env.Alias('install', env.Install(os.path.join(install_prefix, 'bin'), wine_executable)) # the win32 executable - into the lib dir since the wine script will look for it there - env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), 'ardour_vst.exe.so')) + env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour3'), 'ardour_vst.exe.so')) env.Alias ('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript', -- cgit v1.2.3