aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git/SVN/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Git/SVN/meson.build')
-rw-r--r--perl/Git/SVN/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git/SVN/meson.build b/perl/Git/SVN/meson.build
index 44abaf42b7..8858985fe8 100644
--- a/perl/Git/SVN/meson.build
+++ b/perl/Git/SVN/meson.build
@@ -13,7 +13,7 @@ foreach source : [
output: source,
command: generate_perl_command,
install: true,
- install_dir: get_option('datadir') / 'perl5/Git/SVN',
+ install_dir: perllibdir / 'Git/SVN',
depends: [git_version_file],
)
endforeach