From 43ce0a2b329dbb0b4575e19f8b456c838d117b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 18 Jan 2020 20:24:18 +0100 Subject: [PATCH] RPM: do not build recode on opensuse TW --- redhat/Makefile | 4 ++-- 1 file 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