summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2020-01-18 20:24:18 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2020-01-18 20:29:30 +0100
commit43ce0a2b329dbb0b4575e19f8b456c838d117b16 (patch)
tree2d11a93b6a64d022d215e3921c393e634fb1925e /redhat
parent625c2515c2da95ed237af5d859cc0233a0679a82 (diff)
downloadtde-packaging-43ce0a2b329dbb0b4575e19f8b456c838d117b16.tar.gz
tde-packaging-43ce0a2b329dbb0b4575e19f8b456c838d117b16.zip
RPM: do not build recode on opensuse TW
Diffstat (limited to 'redhat')
-rw-r--r--redhat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile b/redhat/Makefile
index ae0a100e5..2a7b616a8 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -173,8 +173,8 @@ ifneq ($(wildcard /etc/pclinuxos-release),)
endif
recode:
-# Build on OpenSUSE >= 15.0 only
-ifneq (,$(filter $(DIST),.oss150 .oss151 .osstw))
+# Build on OpenSUSE >= 15.0 only (not tw)
+ifneq (,$(filter $(DIST),.oss150 .oss151))
$(call buildpkg,3rdparty/recode)
endif