Skip to content

Commit

Permalink
Uopz: Allow building head
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 14, 2021
1 parent 9aa1840 commit 5326408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/php-uopz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def module_path
end

def install
cd "uopz-#{version}"
cd "uopz-#{version}" unless build.head?
system Formula["php"].bin/"phpize"
configure_args = %W[
--with-php-config=#{Formula["php"].opt_bin/"php-config"}
Expand Down

0 comments on commit 5326408

Please sign in to comment.