From 5b2d9fb1c7b25f459b4f729b333254ded5ed7b94 Mon Sep 17 00:00:00 2001 From: lexus2k Date: Thu, 1 Aug 2024 22:16:22 +0400 Subject: [PATCH] Update check installer script --- .travis/check_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/check_install.sh b/.travis/check_install.sh index 6ceda9f7..e4297cdb 100755 --- a/.travis/check_install.sh +++ b/.travis/check_install.sh @@ -14,7 +14,7 @@ fi rootpath=`pwd` -for i in `cd $1/src && find . -name "*.h" && cd $rootpath`; do +for i in `cd $1/src && find . -name "*.h" ! -name "*_int.h" && cd $rootpath`; do if [ ! -f "$2/include/$i" ]; then echo "Headers are not copied: $2/include/$i" exit 1