diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-03-22 21:57:13 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-03-22 21:57:13 +0100 |
commit | 6ddde32ec4113ca2574a6d63f85b312db776a40c (patch) | |
tree | 790db43d4d46fcbeea6689ec5568374de11545ee /redhat/Makefile.r14 | |
parent | aeb5bcbd06637b5e132a2796438fd6a612bf57cc (diff) | |
download | tde-packaging-6ddde32ec4113ca2574a6d63f85b312db776a40c.tar.gz tde-packaging-6ddde32ec4113ca2574a6d63f85b312db776a40c.zip |
RPM packaging: update build script
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index f23bb396a..a9497c65d 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -747,7 +747,9 @@ celestia: $(call buildpkg,extras/celestia) fileshareset: +ifeq ($(wildcard /boot/vmlinuz*.mga6*),) $(call buildpkg,extras/fileshareset) +endif hk_classes: $(call buildpkg,extras/hk_classes) |