Skip to content

Commit ebf3105

Browse files
committed
docs/configure.txt: document --libexecdir
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 317df5c commit ebf3105

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/configure.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,17 @@ configuration, this can include the `libupsclient`, `libnutclient`,
631631
`libnutclientsub`, `libnutscan` and their pkg-config metadata (see
632632
`--with-pkgconfig-dir` option). The default is `<exec_prefix>/lib`.
633633

634+
--libexecdir=PATH
635+
636+
Sets the installation path for "executable libraries" -- helper scripts
637+
or programs that are not intended for direct and regular use by people,
638+
and rather are implementation details of services. Depending on the
639+
build configuration, this can include the `nut-driver-enumerator.sh`,
640+
`sockdebug`, and others. The default is `<exec_prefix>/libexec`.
641+
642+
Package distributions may want to use this option to customize this path
643+
to include the package name, e.g. set it to `<exec_prefix>/libexec/nut`.
644+
634645
--with-pkgconfig-dir=PATH
635646

636647
Where to install pkg-config `*.pc` files. This option only has an

docs/nut.dict

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 3242 utf-8
1+
personal_ws-1.1 en 3243 utf-8
22
AAS
33
ABI
44
ACFAIL
@@ -2224,6 +2224,7 @@ libcurl
22242224
libdir
22252225
libdummy
22262226
libexec
2227+
libexecdir
22272228
libfreeipmi
22282229
libgd
22292230
libgpgme

0 commit comments

Comments
 (0)