Manual: fix XBPS_BUILDDIR descr.

This commit is contained in:
Juan RP 2014-04-04 13:10:04 +02:00
parent b36561faba
commit f6e4b32b24
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ as part of the source package.
`subpackages`, set to `${XBPS_MASTERDIR}/destdir/${pkgname}-${version}`.
- `XBPS_BUILDDIR` 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.
set to `${XBPS_MASTERDIR}/builddir`. The package `wrksrc` is always stored
in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`.
- `XBPS_MACHINE` The machine architecture as returned by `uname -m`.