diff --git a/mc-extfs-helpers-deb.patch b/mc-extfs-helpers-deb.patch new file mode 100644 index 0000000..c145dec --- /dev/null +++ b/mc-extfs-helpers-deb.patch @@ -0,0 +1,39 @@ +--- src/vfs/extfs/helpers/deb.in.orig 2012-04-20 11:21:37.000000000 +0400 ++++ src/vfs/extfs/helpers/deb.in 2012-07-23 17:21:47.000000000 +0400 +@@ -176,6 +176,15 @@ + } + } + ++sub _which ++{ ++ my $app = shift; ++ foreach my $dir (split/:/, $ENV{'PATH'}) { ++ return "$dir/$app" if -x "$dir/$app"; ++ } ++ return undef; ++} ++ + $pressinstall=<