This repository has been archived on 2021-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
gentoo-overlay/app-backup/znapzend/files/002-libdir.patch

31 lines
1.1 KiB
Diff
Raw Normal View History

2020-04-12 17:17:24 +00:00
--- bin/znapzend.orig 2020-04-12 19:02:42.241779113 +0200
+++ bin/znapzend 2020-04-12 19:04:18.138724487 +0200
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-use lib qw(); # PERL5LIB
+use lib qw(/usr/share/znapzend/perl5);
use FindBin; use lib "$FindBin::Bin/../lib", "$FindBin::Bin/../thirdparty/lib/perl5"; # LIBDIR
use Getopt::Long qw(:config posix_default no_ignore_case);
--- bin/znapzendzetup.orig 2020-04-12 19:02:53.930016221 +0200
+++ bin/znapzendzetup 2020-04-12 19:04:13.759635655 +0200
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-use lib qw(); # PERL5LIB
+use lib qw(/usr/share/znapzend/perl5);
use FindBin; use lib "$FindBin::Bin/../lib", "$FindBin::Bin/../thirdparty/lib/perl5"; # LIBDIR
use Getopt::Long qw(:config posix_default no_ignore_case pass_through);
--- bin/znapzendztatz.orig 2020-04-12 19:03:04.731235336 +0200
+++ bin/znapzendztatz 2020-04-12 19:04:08.917537425 +0200
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-use lib qw(); # PERL5LIB
+use lib qw(/usr/share/znapzend/perl5);
use FindBin; use lib "$FindBin::Bin/../lib", "$FindBin::Bin/../thirdparty/lib/perl5"; # LIBDIR
use Getopt::Long qw(:config posix_default no_ignore_case);