X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/blobdiff_plain/38a48e5319317cc7524be14fade59ff8e650e147..2eb765349d92fce01f10768b341286a6e16e1538:/debian/rules diff --git a/debian/rules b/debian/rules index cade6f7..81d3e4b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,11 @@ #! /usr/bin/make -f +arch = $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) + %:; dh $@ --parallel override_dh_auto_install: dh_auto_install --parallel -- \ prefix=/usr mandir=/usr/share/man \ + libdir=/usr/lib/$(arch) \ DESTDIR=debian/tmp