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:
parent
2fb79b9c3e
commit
9980149f95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user