forked from perl/perl-Mail-Box
2.103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-Box?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
0890cee27b
commit
b78f373b59
30
perl-Mail-Box-fix_use_lib_in_scripts.patch
Normal file
30
perl-Mail-Box-fix_use_lib_in_scripts.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
--- scripts/mailbox2html.orig 2012-04-21 00:06:58.385936800 +0200
|
||||
+++ scripts/mailbox2html 2012-04-21 00:07:02.587936648 +0200
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use strict;
|
||||
-use lib '/home/markov/fake';
|
||||
use Mail::Box::Manager;
|
||||
|
||||
my $VERSION = '2.019';
|
||||
--- scripts/lsmail.orig 2012-04-21 00:06:39.787937461 +0200
|
||||
+++ scripts/lsmail 2012-04-21 00:06:50.254937088 +0200
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use strict;
|
||||
-use lib '.';
|
||||
use Mail::Box::Manager;
|
||||
|
||||
my $VERSION = '2.019';
|
||||
--- scripts/takemail.orig 2012-04-21 00:07:08.688936434 +0200
|
||||
+++ scripts/takemail 2012-04-21 00:07:13.227936271 +0200
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
use strict;
|
||||
use Getopt::Long;
|
||||
-use lib '../../Mail';
|
||||
use Mail::Box::Manager;
|
||||
|
||||
my $VERSION = '2.019';
|
||||
Reference in New Issue
Block a user