mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Listing usr/sbin in linux-cpupower.install caused FTBFS on !x86 as cpupower itself doesn't install anything there. Do the architecture filtering in the debhelper lists instead of complicating debian/rules.real further.
5 lines
64 B
Plaintext
Executable File
5 lines
64 B
Plaintext
Executable File
#!/usr/bin/dh-exec
|
|
usr/bin
|
|
[i386 amd64 x32] usr/sbin
|
|
usr/share/
|