summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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