]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Revert "Makefile: ensure CONF_USR_DIR honours the libdir config"
authorLuca Boccassi <bluca@debian.org>
Mon, 6 Nov 2023 00:14:10 +0000 (00:14 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 9 Nov 2023 17:03:18 +0000 (09:03 -0800)
commitdeb66acabe44d103c8368b62a76ef37aa074748d
tree4a91a53b3b2f62af44cee58c6616ef5e72004d9f
parentcb0709b74f08e3df3b6cd558e519ab34924a40e7
Revert "Makefile: ensure CONF_USR_DIR honours the libdir config"

LIBDIR in Debian and derivatives is not /usr/lib/, it's
/usr/lib/<architecture triplet>/, which is different, and it's the
wrong location where to install architecture-independent default
configuration files, which should always go to /usr/lib/ instead.
Installing these files to the per-architecture directory is not
the right thing, hence revert the change.

This reverts commit 946753a4459bd035132a27bb2eb87529c1979b90.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Makefile