diff options
author | François Andriot <[email protected]> | 2021-03-02 19:50:55 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-03-02 19:51:08 +0100 |
commit | 8d16bbb07d30d547ab56232e8428b9356f2aa3d7 (patch) | |
tree | 377172acbb10af50b9e1304751f43856126fbdf0 /redhat/Makefile | |
parent | 38c37cbf97b6d42da0b0ea81f49a2351fb07c232 (diff) | |
download | tde-packaging-8d16bbb07d30d547ab56232e8428b9356f2aa3d7.tar.gz tde-packaging-8d16bbb07d30d547ab56232e8428b9356f2aa3d7.zip |
RPM: add support for Mageia 8
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 6b270f1ee..1b6b6f0bd 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -140,12 +140,12 @@ ifneq (,$(filter $(DIST), .oss151 .oss152 .osstw )) endif esound: -ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .osstw )) $(call buildpkg,3rdparty/esound) endif htdig: -ifneq (,$(filter $(DIST), .el7 .el8 .mga6 .mga7 )) +ifneq (,$(filter $(DIST), .el7 .el8 .mga6 .mga7 .mga8 )) $(call buildpkg,extras/htdig) endif @@ -155,7 +155,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) endif lcms: -ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .osstw )) $(call buildpkg,3rdparty/lcms) endif |