From: Steinar H. Gunderson Date: Sun, 29 Nov 2020 14:07:37 +0000 (+0100) Subject: Reuse the locategroup option for the setgid. X-Git-Tag: 1.1.0~4 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=9164d2a499d51727565538c3c9608da18bbc7559 Reuse the locategroup option for the setgid. --- diff --git a/meson.build b/meson.build index aab3384..cb2404f 100644 --- a/meson.build +++ b/meson.build @@ -34,7 +34,7 @@ endif executable('plocate', ['plocate.cpp', 'io_uring_engine.cpp', 'turbopfor.cpp', 'parse_trigrams.cpp', 'serializer.cpp', 'access_rx_cache.cpp', 'needle.cpp', 'complete_pread.cpp'], dependencies: [uringdep, zstddep, threaddep, atomicdep], install: true, - install_mode: ['rwxr-sr-x', 'root', 'plocate']) + install_mode: ['rwxr-sr-x', 'root', get_option('locategroup')]) executable('plocate-build', ['plocate-build.cpp', 'database-builder.cpp'], dependencies: [zstddep], install: true,