linux-perf: Fix installation directory for bash completions

This commit is contained in:
Ben Hutchings 2015-09-25 20:04:19 +01:00
parent 87937205f7
commit 4a0a255e4f
2 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,10 @@ ifdef KERNEL_ARCH_PERF
# - 'perf trace' doesn't take much more typing
rm -f $(DESTDIR)/usr/bin/trace_$(VERSION)
endif
mkdir -p $(DESTDIR)/usr/share/bash-completion/
mv $(DESTDIR)/etc/bash_completion.d \
$(DESTDIR)/usr/share/bash-completion/completions
rmdir --ignore-fail-on-non-empty $(DESTDIR)/etc
clean:
ifdef KERNEL_ARCH_PERF

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ linux-tools (4.2-1) UNRELEASED; urgency=medium
* debian/bin,debian/control,debian/lib/python,debian/rules: Use Python 3
- debian/lib/python: Sync with linux package
* debian/bin/genorig.py: Make orig tarballs reproducible
* linux-perf: Fix installation directory for bash completions
-- Ben Hutchings <ben@decadent.org.uk> Fri, 25 Sep 2015 18:42:20 +0100