1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-04-27 22:32:31 +02:00

travis: Fix Tumbleweed installation

to prevent fail the job when /usr/lib/ibmtss/tpm_server does not exist.

Fixes: 6c78911 travis: Switch to docker based builds

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Petr Vorel 2020-10-06 16:28:23 +02:00 committed by Mimi Zohar
parent 2fb79b9c3e
commit 9980149f95

View File

@ -42,4 +42,6 @@ zypper --non-interactive install --force-resolution --no-recommends \
which \
xsltproc
[ -f /usr/lib/ibmtss/tpm_server ] && ln -s /usr/lib/ibmtss/tpm_server /usr/local/bin
if [ -f /usr/lib/ibmtss/tpm_server ]; then
ln -s /usr/lib/ibmtss/tpm_server /usr/local/bin
fi