meson: Fix sepgsql installation
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 24 Jan 2025 09:26:12 +0000 (10:26 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 24 Jan 2025 09:26:12 +0000 (10:26 +0100)
commit02ed3c2bdcefab453b548bc9c7e0e8874a502790
treeb1a500223ac48cc37aaf445641ca3c79f9281c1e
parentfd4c4ede708fc5affb04362bb5a8bdc3136fa963
meson: Fix sepgsql installation

The sepgsql.sql file should be installed under share/contrib/, not
share/extension/, since it is not an extension.  This makes it match
what make install does.

Discussion: https://www.postgresql.org/message-id/flat/651a5baf-5c45-4a5a-a202-0c8453a4ebf8@eisentraut.org
contrib/sepgsql/meson.build