diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-05-02 13:35:44 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-05-02 13:35:44 +0200 |
commit | e651e47a9f147b023567fe8a98fd638e481f9872 (patch) | |
tree | 7f9cebc524b6a0a4f0735e03eaa7fce8d4a28543 /redhat/Makefile | |
parent | 990ec4c1253d7867d3efd9ad98b7fd2a8bbf0006 (diff) | |
download | tde-packaging-e651e47a9f147b023567fe8a98fd638e481f9872.tar.gz tde-packaging-e651e47a9f147b023567fe8a98fd638e481f9872.zip |
RPM: update build scripts for opensuse TW
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 |