From ab133ef3f6ea0872b8b558fe519a4902cd75ceb6 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 2 Nov 2020 17:11:19 +0800 Subject: clamav: unify volatiles file name Make the volatiles file name starts with digital. Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- recipes-scanners/clamav/clamav_0.101.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-scanners') 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 () { install -m 644 ${WORKDIR}/clamd.conf ${D}/${sysconfdir} install -m 644 ${WORKDIR}/freshclam.conf ${D}/${sysconfdir} - install -m 0644 ${WORKDIR}/volatiles.03_clamav ${D}${sysconfdir}/default/volatiles/volatiles.03_clamav + install -m 0644 ${WORKDIR}/volatiles.03_clamav ${D}${sysconfdir}/default/volatiles/03_clamav sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/libclamav.pc rm ${D}/${libdir}/libclamav.so if [ "${INSTALL_CLAMAV_CVD}" = "1" ]; then -- cgit v1.2.3-54-g00ecf