Make sure we install to the correct module path

This commit is contained in:
Jonah Brüchert 2018-10-13 20:52:37 +02:00 committed by Adam Boardman
parent 44e9b517e6
commit c6f5ed1bed

4
debian/rules vendored
View file

@ -3,11 +3,13 @@
include /usr/share/dpkg/default.mk include /usr/share/dpkg/default.mk
PA_MODULE_DIR := $$(readlink -f /usr/lib/pulse-*/modules)
%: %:
dh $@ --with=autoreconf dh $@ --with=autoreconf
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- --disable-static --libdir /usr/lib dh_auto_configure -- --disable-static --with-module-dir=${PA_MODULE_DIR}
override_dh_autoreconf: override_dh_autoreconf:
echo ${DEB_VERSION_UPSTREAM} > .tarball-version echo ${DEB_VERSION_UPSTREAM} > .tarball-version