summaryrefslogtreecommitdiff
path: root/libs/fst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
commit058986f77b25685fe871bf5459da3f9c4ea03b5a (patch)
treede2dedd9c4c82072861a605604a37322d96fee23 /libs/fst
parentff25ebe7d96d73f28ec439ba294dd87f877baaf4 (diff)
finish unfinished work at basing all install paths on the program name
Diffstat (limited to 'libs/fst')
-rw-r--r--libs/fst/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/fst/wscript b/libs/fst/wscript
index 809f13840b..91273f3d79 100644
--- a/libs/fst/wscript
+++ b/libs/fst/wscript
@@ -51,7 +51,7 @@ def build(bld):
obj.source = 'scanner.wine'
obj.target = 'ardour-vst-scanner'
obj.chmod = Utils.O755
- obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/fst')
+ obj.install_path = os.path.join(bld.env['LIBDIR'], 'fst')
obj.dict = {
'VERSION' : bld.env['VERSION'],
}
@@ -83,4 +83,4 @@ def build(bld):
'VST_SCANNER_APP',
'PACKAGE="' + I18N_PACKAGE + '"',
]
- obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/fst')
+ obj.install_path = os.path.join(bld.env['LIBDIR'], 'fst')