doc/manual.txt: more tweaks.

This commit is contained in:
Juan RP 2014-03-17 10:06:55 +01:00
parent 7a4af35a35
commit 1c3b4cd17b

View file

@ -206,9 +206,9 @@ rather than additional binary package names.
`subpackages`, set to `${XBPS_MASTERDIR}/destdir/${pkgname}-${version}`.
*XBPS_BUILDDIR*::
Directory to store the `source code` of the source package being processed.
Usually this follows the `${pkgname}-${version}` naming. The `wrksrc`
variable has the full path to the package source code directory.
Directory to store the `source code` of the source package being processed,
set to `${XBPS_MASTERDIR}/destdir`. The package `wrksrc` is always stored
in this directory.
*XBPS_MACHINE*::
The machine architecture as returned by `uname -m`.
@ -596,8 +596,8 @@ libfoo.so.1 foo-1.0_1
- The second field specified the package name and minimal version required.
- A third optional field specifies the architecture (rarely used).
Creating users/groups at runtime
--------------------------------
Creating system accounts/groups at runtime
------------------------------------------
There's a trigger along with some variables that are specifically to create
**system users and groups** when the binary package is being configured.