From 77ef55157bd437efc1e47bba60b8a37b8474ae08 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Sep 13 2021 20:06:18 +0000 Subject: Fix up patch context Signed-off-by: Justin M. Forbes --- diff --git a/0002-perf-Don-t-make-sourced-script-executable.patch b/0002-perf-Don-t-make-sourced-script-executable.patch index 7ff06b6..5932867 100644 --- a/0002-perf-Don-t-make-sourced-script-executable.patch +++ b/0002-perf-Don-t-make-sourced-script-executable.patch @@ -19,7 +19,7 @@ index 68cf1360a3f3..a072790f5fad 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -789,7 +789,7 @@ ifndef NO_LIBPYTHON - endif + $(INSTALL) $(DLFILTERS) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/dlfilters'; $(call QUIET_INSTALL, perf_completion-script) \ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d'; \ - $(INSTALL) perf-completion.sh '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d/perf'