We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9a83f commit 24c5b73Copy full SHA for 24c5b73
contrib/sepgsql/meson.build
@@ -37,7 +37,7 @@ contrib_targets += custom_target('sepgsql.sql',
37
command: [sed, '-e', 's,MODULE_PATHNAME,$libdir/sepgsql,g', '@INPUT@'],
38
capture: true,
39
install: true,
40
- install_dir: contrib_data_args['install_dir'],
+ install_dir: dir_data / 'contrib',
41
)
42
43
# TODO: implement sepgsql tests
0 commit comments