summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2017-12-02 21:06:10 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2017-12-02 21:06:10 +0100
commit2c6b5dc9b85e94f37f166eee9da18b6d32446011 (patch)
tree2d579c038e16737cdb5a4047fe32d5af2d2fc00f /redhat/Makefile.r14
parentd649bfbf62736daf7261c367e500a50fc28a2739 (diff)
downloadtde-packaging-2c6b5dc9b85e94f37f166eee9da18b6d32446011.tar.gz
tde-packaging-2c6b5dc9b85e94f37f166eee9da18b6d32446011.zip
RPM: update build scripts for opensuse TW
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r142
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index 68bf3e41f..56e0789b4 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -167,7 +167,7 @@ endif
esound:
# Build on Mageia and CentOS >= 7 and Fedora >= 23
-ifneq ($(wildcard /etc/mageia-release /boot/vmlinuz*.el7* /boot/vmlinuz*.fc23*),)
+ifneq (,$(filter $(DIST),.mga .el7 .fc2 .osstw))
$(call buildpkg,3rdparty/esound)
endif