From f1c5b9ea45c42513f7bf7956ba4bf7cadcb47eb6 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 3 Mar 2023 14:40:21 +0200 Subject: [gentoo/Makefile] Fixed EM variable --- gentoo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3