We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a93170 commit 4ff17c4Copy full SHA for 4ff17c4
tools/lib/perf/Makefile
@@ -208,7 +208,7 @@ install_headers: $(INSTALL_HDRS) $(INSTALL_INTERNAL_HDRS)
208
209
install_pkgconfig: $(LIBPERF_PC)
210
$(call QUIET_INSTALL, $(LIBPERF_PC)) \
211
- $(call do_install,$(LIBPERF_PC),$(libdir_SQ)/pkgconfig,644)
+ $(call do_install,$(LIBPERF_PC),$(DESTDIR_SQ)$(libdir_SQ)/pkgconfig,644)
212
213
install_doc:
214
$(Q)$(MAKE) -C Documentation install-man install-html install-examples
0 commit comments