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:36:16 +0200 |
commit | e3454bb533b0e5364659ba636e39fe74bcd316b7 (patch) | |
tree | deb3dfcb9329596ac78751c4ffd6960d828eb02b /redhat/Makefile | |
parent | c7623fbb061f477b19ddf24de3661203aa33c299 (diff) | |
download | tde-packaging-e3454bb533b0e5364659ba636e39fe74bcd316b7.tar.gz tde-packaging-e3454bb533b0e5364659ba636e39fe74bcd316b7.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 |