[carton] 103/472: Fix the install.json path

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 99972e43e3d47a9220fb857582e496ec3b7e3cd7
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Oct 13 09:53:20 2011 +0900

    Fix the install.json path
---
 lib/Carton.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 58992eb..a8a3867 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -298,7 +298,7 @@ sub find_installs {
 
     require File::Find;
 
-    my $libdir = $self->config->get(key => 'environment.path') . "/lib/perl5/auto/meta";
+    my $libdir = $self->config->get(key => 'environment.path') . "/lib/perl5/$Config{archname}/.meta";
     return unless -e $libdir;
 
     my @installs;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list