diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-27 13:59:09 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-27 13:59:09 -0700 |
| commit | 6b6c366e79a1e688526ece01cd1d6a2fa46d0071 (patch) | |
| tree | fb6cc7fc12491b663073f9321360ec5804f07f26 /perl/Git | |
| parent | f545f401be93241cfefbeed3a25b63045c8fc3a7 (diff) | |
| parent | 187ce0222f73dd5e8e8c0f5d0b764b4820cc9143 (diff) | |
| download | git-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.build | 2 |
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], ) |
