diff options
author | François Andriot <albator78@libertysurf.fr> | 2022-02-06 22:09:51 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2022-02-06 22:11:39 +0100 |
commit | 514ad66d975abaa76644d9bdbd7020f9a768437b (patch) | |
tree | 94c03b6dcf3c6d075df110a8eb68c1e5ec89e69f /redhat/Makefile | |
parent | 00e55d893c5db8948d5c8871c345925758664684 (diff) | |
download | tde-packaging-514ad66d975abaa76644d9bdbd7020f9a768437b.tar.gz tde-packaging-514ad66d975abaa76644d9bdbd7020f9a768437b.zip |
RPM: fix kftpgrabber, kopete-otr, tork and tqscintall packages
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 |