Skip to content
Snippets Groups Projects
Commit 49f4bb8c authored by Simon McVittie's avatar Simon McVittie
Browse files

Set libexecdir to /usr/lib


The conservative default is the same as ${libdir}, i.e.
/usr/lib/MULTIARCH, but there's no real point in multiarch for most
libexec binaries (in particular, for our tests) and it makes finding
the tests a little harder.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
Reviewed-by: default avatarJustin Kim <justin.kim@collabora.com>
Differential Revision: https://phabricator.apertis.org/D6893
parent ca48f2cd
No related branches found
No related tags found
No related merge requests found
usr/lib/*/installed-tests/liblightwood-1
usr/lib/installed-tests/liblightwood-1
......@@ -13,6 +13,7 @@ override_dh_auto_configure:
--enable-always-build-tests \
--enable-documentation \
--enable-installed-tests \
--libexecdir='$${prefix}/lib' \
$(NULL)
override_dh_install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment