summaryrefslogtreecommitdiff
path: root/tools/sanity_check
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 /tools/sanity_check
parentff25ebe7d96d73f28ec439ba294dd87f877baaf4 (diff)
finish unfinished work at basing all install paths on the program name
Diffstat (limited to 'tools/sanity_check')
-rw-r--r--tools/sanity_check/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sanity_check/wscript b/tools/sanity_check/wscript
index 6bb2274f3f..7fa7045cee 100644
--- a/tools/sanity_check/wscript
+++ b/tools/sanity_check/wscript
@@ -20,4 +20,4 @@ def build(bld):
obj.source = [ 'main.cpp', 'systemtest.cpp' ]
obj.target = 'sanityCheck'
obj.name = 'sanityCheck'
- obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
+ obj.install_path = os.path.join(bld.env['LIBDIR'])