diff options
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) |