Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 3f93d6dd594818b6426ee91ab3db64ec > files > 3

filerunner-14.06.18.10-4.mga9.src.rpm

--- filerunner-14.06.18.10/filerunner/fr-inotify.tcl.orig	2016-01-12 23:01:31.249343511 +0200
+++ filerunner-14.06.18.10/filerunner/fr-inotify.tcl	2016-01-12 23:01:37.313284751 +0200
@@ -8,6 +8,9 @@
 
 proc setUpInotify {} {
   global glob config
+  # Patch by Mageia: return unconditionally because we removed inotify
+  # because they are pre-compiled binaries.
+  return
   if {$::tcl_platform(os) != "Linux"} {return}
   # We attempt to use the inotify thingy....
   # This could be complicated, but we will keep it simple