Skip to content

Commit 027c786

Browse files
committed
update env
Closes #25. Signed-off-by: Federico Perini <[email protected]>
1 parent 14336c0 commit 027c786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/fpm.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class Fpm < Formula
2323

2424
def install
2525
ENV.fortran
26+
`export HOMEBREW_NO_INSTALL_FROM_API=1`
27+
`chmod a+x ./install.sh`
2628
system "./install.sh", "--prefix=#{prefix}"
2729
end
2830

0 commit comments

Comments
 (0)