blob: 82a815fda60de3bc4ae365dc248016e80c764740 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|