summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-07 20:56:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-07 20:56:39 +0000
commit03529268f6c976177dc69de3e267cb8fe706e7b3 (patch)
tree742fb8a786443d6bd4bec0387b772de46842458a /tools
parent3ce03c80c19aa96c55cebc16c0dfe2a8391380cf (diff)
copy sanityCheck to the right place
git-svn-id: svn://localhost/ardour2/branches/3.0@8757 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 12e6dc83f6..62cefca5ac 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -536,7 +536,7 @@ done
#Sanity Check file
if [ -e $BUILD_ROOT/tools/sanity_check/sanityCheck ]; then
- cp $BUILD_ROOT/tools/sanity_check/sanityCheck $APPDIR
+ cp $BUILD_ROOT/tools/sanity_check/sanityCheck $APPBIN
else
echo "!!!ERROR !!! sanityCheck program is missing. packager will exit without being complete"
exit 1