summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 05a69f17784dd49fbd167b445c049f77b60b4190 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/${DEB_HOST_MULTIARCH} \