bf3bab4284
* Remove unnecessary line from #154 fix in App.pm * Change default clamtk user directory to .config/clamtk (Github #161) * Fix for scanned directories not showing in logs * Update App.pm to support $XDG_CONFIG_HOME environnement variable (Github #154) OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=81
13 lines
237 B
Diff
13 lines
237 B
Diff
Index: clamtk
|
|
===================================================================
|
|
--- clamtk.orig
|
|
+++ clamtk
|
|
@@ -20,6 +20,7 @@
|
|
use utf8;
|
|
$| = 1;
|
|
|
|
+use lib qw(/usr/lib);
|
|
use ClamTk::Analysis;
|
|
use ClamTk::App;
|
|
use ClamTk::Assistant;
|