Skip to content

Commit 33c272b

Browse files
authored
Fix docs about --sbindir and --libexecdir (#885)
1 parent 6e404ab commit 33c272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/build_helpers/autotools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Configures `Autotools` project with the given parameters.
208208

209209
There are other flags set automatically to fix the install directories by default:
210210

211-
- ``--bindir``, ``--sbin`` and ``--libexec`` set to *bin* folder.
211+
- ``--bindir``, ``--sbindir`` and ``--libexecdir`` set to *bin* folder.
212212
- ``--libdir`` set to *lib* folder.
213213
- ``--includedir``, ``--oldincludedir`` set to *include* folder.
214214
- ``--datarootdir`` set to *share* folder.

0 commit comments

Comments
 (0)