Skip to content

Commit cd2aab6

Browse files
committed
add clarity for custom path installation
install.sysconfdir is another value, in addition to install.prefix, that could be set for custom path installation. Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com>
1 parent ed04567 commit cd2aab6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

INSTALL.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ See [the rustc-dev-guide for more info][sysllvm].
8080
```
8181

8282
If you plan to use `x.py install` to create an installation, it is
83-
recommended that you set the `prefix` value in the `[install]` section to a
84-
directory: `./configure --set install.prefix=<path>`
83+
recommended that you set the `prefix` and `sysconfdir` values in the
84+
`[install]` section to a directory: `./configure --set install.prefix=<path>
85+
--set install.sysconfdir=<path>
8586

8687
3. Build and install:
8788

0 commit comments

Comments
 (0)