rules.real: Only install tools/perf into linux-tools-$(VERSION)

We were running 'make install' in the tools directory, which now
includes usbip.

svn path=/dists/trunk/linux-tools/; revision=21958
This commit is contained in:
Ben Hutchings 2014-10-17 12:58:42 +00:00
parent 5213ff4870
commit 85c3ccf8d6
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -47,7 +47,7 @@ install-tools: $(STAMPS_DIR)/build
dh_testdir
dh_testroot
dh_clean -k -d
$(MAKE) -C $(BUILD_DIR)/tools install top_srcdir=$(CURDIR) DESTDIR=$(DIR)
$(MAKE) -C $(BUILD_DIR)/tools/perf install top_srcdir=$(CURDIR) DESTDIR=$(DIR)
dh_perl /usr/share/perf_$(VERSION)-core/scripts/perl/Perf-Trace-Util/lib/
dh_python2 /usr/share/perf_$(VERSION)-core/scripts/python/Perf-Trace-Util/lib/
dh_installchangelogs