diff options
| author | YiFei Zhu <zhuyifei@google.com> | 2023-01-17 23:21:34 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-01-18 00:46:01 +0000 |
| commit | 0ff398c8011c20cc94fc5a5cd2dcb0be859de9fa (patch) | |
| tree | ca5bba51da10159c29f9b219f23839a9e2f8bcce /dev-python/google-api-python-client/google-api-python-client-2.71.0-r1.ebuild | |
| parent | 0066a0410749f668d0ec4f90b15d2491f2290dd4 (diff) | |
| download | gentoo-0ff398c8011c20cc94fc5a5cd2dcb0be859de9fa.tar.gz gentoo-0ff398c8011c20cc94fc5a5cd2dcb0be859de9fa.tar.bz2 gentoo-0ff398c8011c20cc94fc5a5cd2dcb0be859de9fa.zip | |
dev-util/bpftool: Fix install in prefix
Without this patch install would cause:
* QA Notice: the following files are outside of the prefix:
* /usr
* /usr/share
* /usr/share/bash-completion
* /usr/share/bash-completion/completions
* /usr/share/bash-completion/completions/bpftool
* ERROR: dev-util/bpftool-6.0.12::gentoo failed:
* Aborting due to QA concerns: there are files installed outside the prefix
The Makefile defines
bash_compdir ?= /usr/share/bash-completion/completions
and the install command is
$(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
We can just do a simple override with $(get_bashcompdir) from
bash-completion-r1.eclass.
Signed-off-by: YiFei Zhu <zhuyifei@google.com>
Closes: https://github.com/gentoo/gentoo/pull/29151
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client/google-api-python-client-2.71.0-r1.ebuild')
0 files changed, 0 insertions, 0 deletions
