Skip to content

Commit

Permalink
Switch some sentences around in the packaging guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Aug 6, 2024
1 parent 335d393 commit 3a22d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Please don't ship preconfigured config files as they become outdated very quickl

If you are performing a system-wide install you should use the `--system` option. This will automatically the install paths for use in a system-wide install.

When performing a system-wide build you may be asked to specify a user and group to run as. If you want to run as another user or if your package management system automatically handles changing file permissions then you may want to pass one of the following flag options to `./configure`.

You will probably want to set `INSPIRCD_DISABLE_RPATH=1` in the environment to avoid embedding [runtime paths](https://en.wikipedia.org/wiki/Rpath) into the compiled binaries.

When performing a system-wide build you may be asked to specify a user and group to run as. If you want to run as another user or if your package management system automatically handles changing file permissions then you may want to pass one of the following flag options to `./configure`.

```sh
# If always run as root.
./configure --gid 0 --uid 0 ...
Expand Down

0 comments on commit 3a22d8b

Please sign in to comment.