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 b54816e91..6a0607365 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -141,7 +141,7 @@ ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) endif esound: -ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) +ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/esound) endif |