mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-22 00:20:23 -04:00
make clear components will be downloaded
This commit is contained in:
parent
d329766e49
commit
bed97cac64
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue