debian/rules: Set libexecdir to /usr/libexec (rather than /usr/bin).
This commit is contained in:
parent
a06f118bda
commit
a08846f4e7
2
debian/rules
vendored
2
debian/rules
vendored
@ -29,7 +29,7 @@ override_dh_auto_configure:
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
dh_auto_configure $(DHFLAGS) -- \
|
||||
--disable-silent-rules \
|
||||
--libexecdir=/usr/bin \
|
||||
--libexecdir=/usr/libexec \
|
||||
--disable-static \
|
||||
$(WITHOUT_RFKILL) \
|
||||
--enable-pulse
|
||||
|
Loading…
Reference in New Issue
Block a user