On Sat, Oct 31, 2020 at 09:55:28PM +0300, Dmitry V. Levin wrote:
> Fixes: 94708e964601 ("PR25461: add /etc/profile.d files for default
> $DEBUGINFOD_URLS")
> Fixes: fee123fb771f ("PR25461: uninstall /etc/profile.d files for
> distuninstallcheck")
> Signed-off-by: Dmitry V. Levin <[email protected]>
> [...]
> @@ -1,3 +1,8 @@
> +2020-10-31 Dmitry V. Levin <[email protected]>
> +
> + * Makefile.am (install-data-local, uninstall-local): Conditionalize
> + on DEBUGINFOD.
Makes sense, if we don't install libdebuginfo the profile wouldn't do
anything. Pushed.
Thanks,
Mark