blob: e3137e0a25baf4169930ba539d15630cfd65ad7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Po4aBuilder.pm.orig 2021-02-21 00:56:23 UTC
+++ Po4aBuilder.pm
@@ -118,8 +118,8 @@ sub ACTION_install {
$mandir =~ s,/man3$,,;
$self->install_path(man => $mandir);
- my $localedir = $self->install_destination('libdoc');
- $localedir =~ s,/man/man3$,/locale,;
+ my $localedir = $self->install_destination('bin');
+ $localedir =~ s,/bin$,/share/locale,;
$self->install_path(po => $localedir);
ExtUtils::Install::install($self->install_map, !$self->quiet, 0, $self->{args}{uninst}||0);
|