diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 278311d8b..63c0656a7 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -144,7 +144,7 @@ ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .oss155 .oss156 .osstw endif htdig: -ifneq (,$(filter $(DIST), .el7 .el8 .el9 .fc38 .fc39 .fc40 .mga6 .mga7 .mga8 .mga9 .omv2490 .omv5000 )) +ifneq (,$(filter $(DIST), .el7 .el8 .el9 .fc38 .fc39 .fc40 .fc41 .mga6 .mga7 .mga8 .mga9 .omv2490 .omv5000 )) $(call buildpkg,extras/htdig) endif @@ -181,7 +181,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151)) endif wv2: -ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37 .fc38 .fc39 .fc40)) +ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37 .fc38 .fc39 .fc40 .fc41)) $(call buildpkg,3rdparty/wv2) endif @@ -603,7 +603,7 @@ tdesvn: tdebase $(call buildpkg,applications/development/tdesvn) tde-systemsettings: tdebase - $(call buildpkg,applications/settings/tde-systemsettings) +# $(call buildpkg,applications/settings/tde-systemsettings) tdmtheme: tdebase $(call buildpkg,applications/tdmtheme) |