Skip to content

Commit

Permalink
forgot one extension install dir replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 2, 2014
1 parent ac31d59 commit 6984466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Package/peclbase.pm
Expand Up @@ -73,7 +73,7 @@ sub extension_ini{

sub subpath_for_check {
my $self = shift;
return sprintf("lib/php/extensions/no-debug-non-zts-20100525/%s.so", lc($self->{PACKAGE_NAME}));
return sprintf("%s/%s.so", $self->install_extension_dir(), lc($self->{PACKAGE_NAME}));
}

1;

0 comments on commit 6984466

Please sign in to comment.