Skip to content

Commit

Permalink
postgis: Use standard install prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Jul 2, 2024
1 parent f3090ef commit 0454805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/postgis-for-postgresql-16.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def install

system "./autogen.sh" if build.head?
# Pretend to install into HOMEBREW_PREFIX to allow PGXS to find PostgreSQL binaries
system "./configure", *args, *std_configure_args(prefix: HOMEBREW_PREFIX)
system "./configure", *args, *std_configure_args
system "make"
# Override the hardcoded install paths set by the PGXS makefiles
system "make", "install", "bindir=#{bin}",
Expand Down

0 comments on commit 0454805

Please sign in to comment.