From bed97cac64b1b64eb516f459775ddab7cf873a5e Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sat, 6 Apr 2019 23:32:28 +0000 Subject: [PATCH] make clear components will be downloaded --- building/qubes-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/qubes-builder.md b/building/qubes-builder.md index 0c8a9658..3eda0b1f 100644 --- a/building/qubes-builder.md +++ b/building/qubes-builder.md @@ -145,7 +145,7 @@ Before creating the `chroot`, add this to your `builder.conf`: USE_QUBES_REPO_VERSION = $(RELEASE) It will add the 'current' Qubes repository to your `chroot` environment. -Next, specify which components (`gcc`, for example) you do *not* want to compile: +Next, specify which components (`gcc`, for example) you want to download instead of compiling: COMPONENTS := $(filter-out gcc,$(COMPONENTS))