From 27946f189154cc6a4079d68e895aaf0bbd8172f5 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 11 Aug 2016 20:58:59 +0300
Subject: Add into images ci check for iCCP profiles.

---
 tools/ci/scripts/icccheckfile.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'tools/ci/scripts')

diff --git a/tools/ci/scripts/icccheckfile.sh b/tools/ci/scripts/icccheckfile.sh
index 5dfd2f80f..8805d192a 100755
--- a/tools/ci/scripts/icccheckfile.sh
+++ b/tools/ci/scripts/icccheckfile.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-identify -verbose $1 | grep profile >/dev/null
+identify -verbose $1 | egrep -i "profile|iCCP" >/dev/null
 
 if [ "$?" == 0 ]; then
-    echo "ICC profile found for image $1"
+    echo "ICC or iCCP profile found for image $1"
 fi
-- 
cgit v1.2.3-70-g09d2