Make sure we install to the correct module path
This commit is contained in:
parent
44e9b517e6
commit
c6f5ed1bed
1 changed files with 3 additions and 1 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue