diff --git a/clamtk-4.20-add_searchpath.patch b/clamtk-4.20-add_searchpath.patch index d7a0c2b..81c05a8 100644 --- a/clamtk-4.20-add_searchpath.patch +++ b/clamtk-4.20-add_searchpath.patch @@ -1,10 +1,10 @@ ---- clamtk.orig 2010-03-07 16:26:26.000000000 +0100 -+++ clamtk 2010-03-07 16:26:46.000000000 +0100 +--- clamtk.orig 2010-07-10 01:46:29.000000000 +0200 ++++ clamtk 2010-07-10 23:53:31.000000000 +0200 @@ -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/; + use ClamTk::Prefs; + use ClamTk::GUI;