diff options
| author | Syndamia <kamen@syndamia.com> | 2023-03-03 14:40:21 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-03-03 14:40:21 +0200 |
| commit | f1c5b9ea45c42513f7bf7956ba4bf7cadcb47eb6 (patch) | |
| tree | e33299f669b5129f2595b5e0e1ec218d140879b8 /gentoo | |
| parent | 06720581e96e852cb11484b5861a0054d9339338 (diff) | |
| download | application-setup-f1c5b9ea45c42513f7bf7956ba4bf7cadcb47eb6.tar application-setup-f1c5b9ea45c42513f7bf7956ba4bf7cadcb47eb6.tar.gz application-setup-f1c5b9ea45c42513f7bf7956ba4bf7cadcb47eb6.zip | |
[gentoo/Makefile] Fixed EM variable
Diffstat (limited to 'gentoo')
| -rw-r--r-- | gentoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/Makefile b/gentoo/Makefile index 7c48aaa..e1a725f 100644 --- a/gentoo/Makefile +++ b/gentoo/Makefile @@ -3,7 +3,7 @@ all: portage-setup manual-build themes ## Portage setup -EM="emerge -v --quiet-build --autounmask-write -n" +EM=emerge -v --quiet-build --autounmask-write -n portage-setup: portage-repos portage-guru portage-brave portage-steam sets-add |
