From 03529268f6c976177dc69de3e267cb8fe706e7b3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 7 Feb 2011 20:56:39 +0000 Subject: [PATCH] copy sanityCheck to the right place git-svn-id: svn://localhost/ardour2/branches/3.0@8757 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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