Modified removal of intree libraries, rhel 7 uses internal lcms

This commit is contained in:
pmikova 2019-04-02 20:47:14 +02:00
parent c1e77a2f36
commit f27b5ab37f
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ if [ ! -d ${PNG_SRC} ]; then
fi
rm -rvf ${PNG_SRC}
echo "Skipping removal of LCMS on rhel7. Internal will be used intentionally"
exit 0
echo "Removing lcms"
if [ ! -d ${LCMS_SRC} ]; then
echo "${LCMS_SRC} does not exist. Refusing to proceed."