# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/libelf/hotfix-no-profile.d.patch # Copyright (C) 2021 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- --- elfutils-0.189/config/Makefile.in.vanilla 2023-07-02 18:09:41.475960247 +0200 +++ elfutils-0.189/config/Makefile.in 2023-07-02 18:10:11.110957614 +0200 @@ -567,8 +567,8 @@ @LIBDEBUGINFOD_TRUE@install-data-local: -@LIBDEBUGINFOD_TRUE@ $(INSTALL_DATA) profile.sh -D $(DESTDIR)$(sysconfdir)/profile.d/debuginfod.sh -@LIBDEBUGINFOD_TRUE@ $(INSTALL_DATA) profile.csh -D $(DESTDIR)$(sysconfdir)/profile.d/debuginfod.csh +#@LIBDEBUGINFOD_TRUE@ $(INSTALL_DATA) profile.sh -D $(DESTDIR)$(sysconfdir)/profile.d/debuginfod.sh +#@LIBDEBUGINFOD_TRUE@ $(INSTALL_DATA) profile.csh -D $(DESTDIR)$(sysconfdir)/profile.d/debuginfod.csh @LIBDEBUGINFOD_TRUE@ mkdir -p $(DESTDIR)$(sysconfdir)/debuginfod @LIBDEBUGINFOD_TRUE@ if [ -n "@DEBUGINFOD_URLS@" ]; then \ @LIBDEBUGINFOD_TRUE@ echo "@DEBUGINFOD_URLS@" > $(DESTDIR)$(sysconfdir)/debuginfod/elfutils.urls; \