-
Committer:
Teddy Hogeborn
-
Date:
2013-10-28 08:38:47 UTC
-
mto:
(237.7.272 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
307.
-
Revision ID:
teddy@recompile.se-20131028083847-cper3srg5o29r2ge
Use architecture libdir.
Instead of always using /usr/lib/mandos, use whatever the architecture
specifies, like /usr/lib/x86_64-linux-gnu/mandos or /usr/lib64/mandos.
Still use /usr/lib/mandos as a fallback.
* Makefile (LIBDIR): New.
(install-client-nokey, uninstall-client): Use LIBDIR instead of
$(PREFIX)/lib.
* initramfs-tools-hook: Detect correct libdir and copy from there.
Reported-by: Nathanael D. Noblet <nathanael@gnat.ca>
Suggested-by: Nathanael D. Noblet <nathanael@gnat.ca>