diff options
author | 2018-05-29 18:33:42 +0200 | |
---|---|---|
committer | 2018-05-29 18:33:42 +0200 | |
commit | cd03bb12fa2799c76987346f6834b78fda9285a7 (patch) | |
tree | bd8994a05ab6ba68c147df61b7c66968cb907b63 /doc | |
parent | Update version to 1.4.12. (diff) | |
download | eselect-cd03bb12fa2799c76987346f6834b78fda9285a7.tar.gz eselect-cd03bb12fa2799c76987346f6834b78fda9285a7.tar.bz2 eselect-cd03bb12fa2799c76987346f6834b78fda9285a7.zip |
New get_libdir function.
* libs/multilib.bash.in (get_libdir): New function.
* doc/developer-guide.txt: Describe it.
* libs/Makefile.am (dosed): Substitute @libdir@.
* misc/eselect-mode.el (eselect-mode-keywords-multilib):
Add get_libdir.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index ddef9f7..408b2a7 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -473,6 +473,12 @@ used architecture. By default it uses /etc/ld.so.conf to obtain all valid libdirs. If this fails due to a missing or broken file, this function uses ``uname`` to determine the architecture. +The ``get_libdir`` function +,,,,,,,,,,,,,,,,,,,,,,,,,,, + +The ``get_libdir`` function prints the basename of the libdir path that +was passed to eselect's configure. + Package-manager functions ------------------------- |