build-style: change all build-styles to use /usr/libNN

This commit is contained in:
q66 2020-12-22 22:06:08 +01:00
parent 31692b7618
commit 87d28506e1
5 changed files with 10 additions and 14 deletions

View file

@ -94,7 +94,7 @@ do_configure() {
${meson_cmd} \
--prefix=/usr \
--libdir=/usr/lib \
--libdir=/usr/lib${XBPS_TARGET_WORDSIZE} \
--libexecdir=/usr/libexec \
--bindir=/usr/bin \
--sbindir=/usr/bin \