summaryrefslogtreecommitdiffstats
path: root/recipes/clamav/clamav.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clamav/clamav.inc')
-rw-r--r--recipes/clamav/clamav.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/clamav/clamav.inc b/recipes/clamav/clamav.inc
index b6aa2a29e3..91aca57497 100644
--- a/recipes/clamav/clamav.inc
+++ b/recipes/clamav/clamav.inc
@@ -36,7 +36,9 @@ inherit autotools update-rc.d binconfig
EXTRA_OECONF = "--disable-clamav \
--with-zlib=${STAGING_DIR_HOST}${layout_prefix} \
--with-libcurl \
- --with-dbdir=${localstatedir}/lib/clamav"
+ --with-dbdir=${localstatedir}/lib/clamav \
+ --program-transform-name='' \
+ "
do_install_append() {
install -m 0755 -d ${D}${sysconfdir}/default/volatiles \