diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-11-02 17:11:19 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-11-03 15:16:23 -0800 |
commit | ab133ef3f6ea0872b8b558fe519a4902cd75ceb6 (patch) | |
tree | d5477788fb5a7d195dab054ca122437f742e1d5f | |
parent | 97cac84f7f1939ca0265b9a3b0f4af9a4b547210 (diff) | |
download | meta-security-ab133ef3f6ea0872b8b558fe519a4902cd75ceb6.tar.gz |
clamav: unify volatiles file name
Make the volatiles file name starts with digital.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-scanners/clamav/clamav_0.101.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/clamav/clamav_0.101.5.bb b/recipes-scanners/clamav/clamav_0.101.5.bb index 47fbae4..7dad263 100644 --- a/recipes-scanners/clamav/clamav_0.101.5.bb +++ b/recipes-scanners/clamav/clamav_0.101.5.bb | |||
@@ -86,7 +86,7 @@ do_install_append_class-target () { | |||
86 | 86 | ||
87 | install -m 644 ${WORKDIR}/clamd.conf ${D}/${sysconfdir} | 87 | install -m 644 ${WORKDIR}/clamd.conf ${D}/${sysconfdir} |
88 | install -m 644 ${WORKDIR}/freshclam.conf ${D}/${sysconfdir} | 88 | install -m 644 ${WORKDIR}/freshclam.conf ${D}/${sysconfdir} |
89 | install -m 0644 ${WORKDIR}/volatiles.03_clamav ${D}${sysconfdir}/default/volatiles/volatiles.03_clamav | 89 | install -m 0644 ${WORKDIR}/volatiles.03_clamav ${D}${sysconfdir}/default/volatiles/03_clamav |
90 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/libclamav.pc | 90 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/libclamav.pc |
91 | rm ${D}/${libdir}/libclamav.so | 91 | rm ${D}/${libdir}/libclamav.so |
92 | if [ "${INSTALL_CLAMAV_CVD}" = "1" ]; then | 92 | if [ "${INSTALL_CLAMAV_CVD}" = "1" ]; then |