From 84da77de9b76e9d8689d194211786500776d2c96 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Feb 2019 19:39:28 -0200 Subject: [PATCH] Manual.md: fix description of XBPS_MACHINE --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 164bfb1f544..18e53ea6bf6 100644 --- a/Manual.md +++ b/Manual.md @@ -356,7 +356,7 @@ as part of the source package. set to `/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`. +- `XBPS_MACHINE` The machine architecture as returned by `xbps-uhelper arch`. - `XBPS_SRCDISTDIR` Full path to where the `source distfiles` are stored, i.e `$XBPS_HOSTDIR/sources`.