clamtk/clamtk-add_searchpath.patch

13 lines
237 B
Diff
Raw Normal View History

Index: clamtk
===================================================================
--- clamtk.orig
+++ clamtk
@@ -19,6 +19,7 @@
use utf8;
$| = 1;
+use lib qw(/usr/lib);
use ClamTk::Analysis;
use ClamTk::App;
use ClamTk::Assistant;