]> git.ipfire.org Git - thirdparty/git.git/commit
meson: correct install location of YAML.pm
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Mon, 19 May 2025 16:25:20 +0000 (17:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 May 2025 18:34:00 +0000 (11:34 -0700)
commitbdb38432f383ad397447bcfd80d1659f3c978644
tree3058ee2f04f92623419d4949f066cf9ab4817a19
parentf783b3fe740eeb021f8386df2de2ab9fa32eed1b
meson: correct install location of YAML.pm

When executing an 'meson install' the YAML.pm file is incorrectly
placed in the <prefix>/share/perl5/Git/SVN directory. The YAML.pm
file should be placed in a 'Memoize' subdirectory instead. In order
to correct the location, update the 'install_dir' of the relevant
target in the 'perl/Git/SVN/Memoize/meson.build' file.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/SVN/Memoize/meson.build