Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > plf-free-src > by-pkgid > 8145dbd76ffb887cf2f5d76ce1636315 > files > 7

dvdrip-0.98.11-2.src.rpm

--- dvdrip-0.98.7/lib/Video/DVDRip/Cluster/Master.pm.fping	2007-08-05 12:56:51.000000000 -0400
+++ dvdrip-0.98.7/lib/Video/DVDRip/Cluster/Master.pm	2007-08-06 04:24:12.201293454 -0400
@@ -122,7 +122,7 @@
 sub check_prerequisites {
     my $class = shift;
 
-    foreach my $path ( "/usr/bin", "/usr/sbin" ) {
+    foreach my $path ( "/usr/bin", "/usr/sbin", "/bin" ) {
         if ( -f "$path/fping" and -x "$path/fping" ) {
             $FPING = "$path/fping";
             last;