doc: fix packagers.md formatting (#4265)

This commit is contained in:
Anton Kochkov 2024-02-19 09:16:21 +08:00 committed by GitHub
parent 411e6fd09f
commit e60e17818a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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