Fix bin install location on linux.

For Linux, Meson's default value for bindir is 'bin' [1].
This commit restores mpd's previous functionality of installation in ${prefix}/bin.

[1] https://mesonbuild.com/Builtin-options.html

Fixes https://github.com/MusicPlayerDaemon/MPD/issues/2043
This commit is contained in:
Leigh Scott 2024-05-11 17:02:31 +01:00
parent 48ce8e9fb7
commit b459fd3910
No known key found for this signature in database
GPG Key ID: 2B07943BF09A4532
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ if is_android
else
target_type = 'executable'
target_name = 'mpd'
install_dir = ''
install_dir = get_option('bindir')
endif
mpd = build_target(