SHA256
1
0
forked from pool/clamtk
clamtk/clamtk-4.20-add_searchpath.patch

11 lines
260 B
Diff

--- clamtk.orig 2010-03-07 16:26:26.000000000 +0100
+++ clamtk 2010-03-07 16:26:46.000000000 +0100
@@ -15,6 +15,7 @@
use strict;
use warnings;
$|++;
+use lib qw(/usr/lib);
use ClamTk::Prefs qw/structure restore_file_fix/;
use ClamTk::GUI qw/start_gui/;