diff options
author | François Andriot <[email protected]> | 2017-12-02 21:06:10 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2017-12-02 21:06:10 +0100 |
commit | 2c6b5dc9b85e94f37f166eee9da18b6d32446011 (patch) | |
tree | 2d579c038e16737cdb5a4047fe32d5af2d2fc00f /redhat/Makefile.r14 | |
parent | d649bfbf62736daf7261c367e500a50fc28a2739 (diff) | |
download | tde-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.r14 | 2 |
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 |