copy sanityCheck to the right place
git-svn-id: svn://localhost/ardour2/branches/3.0@8757 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3ce03c80c1
commit
03529268f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user