Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Fix: copy to extension dir
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Oct 27, 2014
1 parent 4d6354a commit 9b51655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/providers/pecl.rb
Expand Up @@ -89,7 +89,7 @@
'phpize',
configure,
'make',
"cp modules/#{extension}.so #{new_resource.source_dir}"
"cp modules/#{extension}.so #{get_extension_dir}"
]

commands.each do |command|
Expand Down

0 comments on commit 9b51655

Please sign in to comment.