Simplyfing backports compatible use of multiarch debhelper install files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e2e1ae5d86
commit
b8cc5bf174
5 changed files with 20 additions and 21 deletions
10
debian/liblz1.install
vendored
Normal file → Executable file
10
debian/liblz1.install
vendored
Normal file → Executable file
|
@ -1 +1,9 @@
|
|||
usr/lib/i386-linux-gnu/*.so.*
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"
|
||||
|
||||
cat << EOF
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/*.so.*
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue