doc: fix packagers.md formatting (#4265)
This commit is contained in:
parent
411e6fd09f
commit
e60e17818a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ distribution you are targeting.
|
|||
|
||||
Recall in the building step how we defined a `--prefix` to choose where the
|
||||
software was going to be installed? If we just ran `ninja -C build install`
|
||||
then we would install the software into that prefix, '/usr` using
|
||||
then we would install the software into that prefix, `/usr` using
|
||||
the example above. That isn't what we want when we are packaging software for
|
||||
distributions! Defining `DESTDIR` allows us to choose a base location to install
|
||||
to that isn't our system root. It could be something as simple as `rizin` which
|
||||
|
|
|
|||
Loading…
Reference in a new issue