ports/devel/elfutils/files/patch-config_Makefile.am
Yuri Victorovich c620f72bd2 devel/elfutils: Update 0.179 -> 0.187
PR:		263594
Approved by:	cem@ (maintainer timeout; 14 days)
2022-05-10 15:50:01 -07:00

12 lines
504 B
Text

--- config/Makefile.am.orig 2022-04-25 20:56:39 UTC
+++ config/Makefile.am
@@ -38,9 +38,6 @@ if LIBDEBUGINFOD
pkgconfig_DATA += libdebuginfod.pc
install-data-local:
- $(INSTALL_DATA) profile.sh -D $(DESTDIR)$(sysconfdir)/profile.d/debuginfod.sh
- $(INSTALL_DATA) profile.csh -D $(DESTDIR)$(sysconfdir)/profile.d/debuginfod.csh
- mkdir -p $(DESTDIR)$(sysconfdir)/debuginfod
if [ -n "@DEBUGINFOD_URLS@" ]; then \
echo "@DEBUGINFOD_URLS@" > $(DESTDIR)$(sysconfdir)/debuginfod/elfutils.urls; \
fi