rework patch with 0 fuzz

OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=23
This commit is contained in:
Pascal Bleser 2010-07-10 21:53:49 +00:00 committed by Git OBS Bridge
parent 3e7634c0ba
commit 24de7284fb

View File

@ -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;