diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 360583fa8..e1605066f 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -368,7 +368,7 @@ kkbswitch: tdebase klamav: tdebase # Requires clamav >= 0.101.0 -ifeq (,$(filter $(DIST), .el5 .el6 .mga6)) +ifeq (,$(filter $(DIST), .el5 .el6 .mga6)) $(call buildpkg,applications/klamav) endif |