cpupower: Move library to multiarch directory

Upstream moved it from /usr/lib to /usr/lib64 in 4.15, but neither of
these is correct.
This commit is contained in:
Ben Hutchings 2017-12-27 00:53:34 +00:00
parent 7bcd3c4d13
commit e01624c730
4 changed files with 5 additions and 2 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.15~rc5-1~exp1) UNRELEASED; urgency=medium
* lockdown: Update patchset to 2017-11-10 version
* lockdown: Update calls to kernel_is_locked_down() in "mtd: Disable slram and
phram when locked down"
* cpupower: Move library to multiarch directory
-- Ben Hutchings <ben@decadent.org.uk> Tue, 26 Dec 2017 16:25:55 +0000

View File

@ -1,2 +1,2 @@
usr/include/*
usr/lib/lib*.so
usr/lib/*/lib*.so

View File

@ -1 +1 @@
usr/lib/lib*.so.*
usr/lib/*/lib*.so.*

View File

@ -8,6 +8,8 @@ MAKE_CPUPOWER += CROSS='$(CROSS_COMPILE)'
MAKE_CPUPOWER += PACKAGE_BUGREPORT='Debian\ \(reportbug\ linux-cpupower\)'
MAKE_CPUPOWER += libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
all:
$(MAKE_CPUPOWER) -C $(top_srcdir)/tools/power/cpupower