diff --git a/debian/rules.real b/debian/rules.real index 65406d151..3f2669fb1 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -5,7 +5,7 @@ include debian/rules.defs binary-arch: install-kbuild install-usbip ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32,$(DEB_BUILD_ARCH)),) - binary-arch: install-tools + binary-arch: install-perf endif ifneq ($(filter i386 amd64,$(DEB_BUILD_ARCH)),) binary-arch: install-hyperv-daemons @@ -38,10 +38,10 @@ install-kbuild: $(STAMPS_DIR)/build dh_md5sums dh_builddeb -install-tools: PACKAGE_NAME = linux-tools-$(VERSION) -install-tools: DH_OPTIONS = -p$(PACKAGE_NAME) -install-tools: DIR = $(CURDIR)/debian/$(PACKAGE_NAME) -install-tools: $(STAMPS_DIR)/build +install-perf: PACKAGE_NAME = linux-perf-$(VERSION) +install-perf: DH_OPTIONS = -p$(PACKAGE_NAME) +install-perf: DIR = $(CURDIR)/debian/$(PACKAGE_NAME) +install-perf: $(STAMPS_DIR)/build dh_testdir dh_testroot dh_prep