aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-27 13:59:09 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-27 13:59:09 -0700
commit6b6c366e79a1e688526ece01cd1d6a2fa46d0071 (patch)
treefb6cc7fc12491b663073f9321360ec5804f07f26 /perl/Git
parentf545f401be93241cfefbeed3a25b63045c8fc3a7 (diff)
parent187ce0222f73dd5e8e8c0f5d0b764b4820cc9143 (diff)
downloadgit-6b6c366e79a1e688526ece01cd1d6a2fa46d0071.tar.gz
Merge branch 'rj/build-tweaks-part2'
Updates to meson-based build procedure. * rj/build-tweaks-part2: configure.ac: upgrade to a compilation check for sysinfo meson.build: correct setting of GIT_EXEC_PATH meson: correct path to system config/attribute files meson: correct install location of YAML.pm meson.build: quote the GITWEBDIR build configuration
Diffstat (limited to 'perl/Git')
-rw-r--r--perl/Git/SVN/Memoize/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git/SVN/Memoize/meson.build b/perl/Git/SVN/Memoize/meson.build
index 4c589b30c3..d6209dc3bf 100644
--- a/perl/Git/SVN/Memoize/meson.build
+++ b/perl/Git/SVN/Memoize/meson.build
@@ -3,6 +3,6 @@ test_dependencies += custom_target(
output: 'YAML.pm',
command: generate_perl_command,
install: true,
- install_dir: perllibdir / 'Git/SVN',
+ install_dir: perllibdir / 'Git/SVN/Memoize',
depends: [git_version_file],
)