k3b/k3b-2.0.3-disable-lsof-check.patch

13 lines
358 B
Diff
Raw Permalink Normal View History

--- k3b-2.0.3/src/k3blsofwrapper.cpp.orig 2015-04-12 18:50:23.435000000 +0200
+++ k3b-2.0.3/src/k3blsofwrapper.cpp 2015-04-12 18:50:35.406000000 +0200
@@ -110,8 +110,5 @@
bool K3b::LsofWrapper::findLsofExecutable()
{
- if( d->lsofBin.isEmpty() )
- d->lsofBin = K3b::findExe( "lsof" );
-
- return !d->lsofBin.isEmpty();
+ return false;
}