diff options
author | François Andriot <[email protected]> | 2022-02-06 22:09:51 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-02-06 22:09:51 +0100 |
commit | 60356f5db2f2bba1b0ea1b2b47d2ed52b4cbdef1 (patch) | |
tree | 29ed55f185764a7fad7d712ea3a2fadf34cd98a1 /redhat/Makefile | |
parent | c4fb31523551568363f2e799663c43e17570f656 (diff) | |
download | tde-packaging-60356f5db2f2bba1b0ea1b2b47d2ed52b4cbdef1.tar.gz tde-packaging-60356f5db2f2bba1b0ea1b2b47d2ed52b4cbdef1.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 d9bdeba1c..62383915e 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 |