diff options
| -rw-r--r-- | meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb b/meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb index dd32397..230c859 100644 --- a/meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb +++ b/meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb | |||
| @@ -11,7 +11,7 @@ do_install () { | |||
| 11 | if [ -e "${IMA_EVM_X509}" ]; then | 11 | if [ -e "${IMA_EVM_X509}" ]; then |
| 12 | install -d ${D}/${sysconfdir}/keys | 12 | install -d ${D}/${sysconfdir}/keys |
| 13 | install "${IMA_EVM_X509}" ${D}${sysconfdir}/keys/x509_evm.der | 13 | install "${IMA_EVM_X509}" ${D}${sysconfdir}/keys/x509_evm.der |
| 14 | lnr ${D}${sysconfdir}/keys/x509_evm.der ${D}${sysconfdir}/keys/x509_ima.der | 14 | ln -rs ${D}${sysconfdir}/keys/x509_evm.der ${D}${sysconfdir}/keys/x509_ima.der |
| 15 | fi | 15 | fi |
| 16 | } | 16 | } |
| 17 | do_install[file-checksums] += "${@'${IMA_EVM_X509}:%s' % os.path.exists('${IMA_EVM_X509}')}" | 17 | do_install[file-checksums] += "${@'${IMA_EVM_X509}:%s' % os.path.exists('${IMA_EVM_X509}')}" |
