diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-06-26 23:10:56 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-06-26 23:10:56 +0200 |
commit | 608d97009e5cad1da8c2e585fee7537d579c064d (patch) | |
tree | ce3b5c15e47dfdc99bf83d8aad94817ddd964698 /redhat/Makefile.r14 | |
parent | f5fb93e00bc4656f22a61a8e04d227aae47e1dc4 (diff) | |
download | tde-packaging-608d97009e5cad1da8c2e585fee7537d579c064d.tar.gz tde-packaging-608d97009e5cad1da8c2e585fee7537d579c064d.zip |
RPM: updates for Mageia 6
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 625c31360..1e3d6c9a6 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -268,8 +268,8 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) endif torsocks: -# Do NOT build on RHEL 6, RHEL 7, Fedora > 20 -ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7* /boot/vmlinuz*.fc2*),) +# Do NOT build on RHEL 6, RHEL 7, Fedora > 20, Mageia +ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7* /boot/vmlinuz*.fc2* /boot/mageia.dat/boot/mageia.dat),) $(call buildpkg,3rdparty/torsocks) endif |