Use correct install path for powermate control surface module on x86_64. Fixes bug...
authorTim Mayberry <mojofunk@gmail.com>
Tue, 31 Jul 2007 01:30:18 +0000 (01:30 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 31 Jul 2007 01:30:18 +0000 (01:30 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2194 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/powermate/SConscript

index 7c023949b10ea99ed56684e53681b910c2533fbd..cda2c6ab3744f333ad27697cecaefbccbe5a3ba4 100644 (file)
@@ -50,7 +50,7 @@ if powermate['POWERMATE']:
     if env['NLS']:
            i18n (powermate, powermate_files, env)
              
-    env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_powermate))
+    env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], "ardour2", "surfaces"), libardour_powermate))
 
 env.Alias('tarball', env.Distribute (env['DISTTREE'],
                                     [ 'SConscript' ] +