X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson_options.txt;h=7d33262f52927415b76e4acf177c269a93adf33e;hb=a22ae24d0cba97e00ff22e9f5543b094c32431e3;hp=f26115558a39f67cd8e402b39dc97e2711e6a896;hpb=b52042bc4952d32cd5930fbb844bea302ae646f8;p=plocate diff --git a/meson_options.txt b/meson_options.txt index f261155..7d33262 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,4 @@ option('install_cron', type: 'boolean', value: false, description: 'Install mlocate conversion script into /etc/cron.daily') option('install_systemd', type: 'boolean', value: true, description: 'Install systemd service and timer for updatedb, if systemd is installed') option('locategroup', type: 'string', value: 'plocate', description: 'Group that the install script will use for the .db file') +option('updatedb_progname', type: 'string', value: 'updatedb', description: 'Binary name of updatedb')