diff options
| author | Syndamia <kamen@syndamia.com> | 2023-11-30 11:07:41 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-11-30 11:07:41 +0200 |
| commit | 390e1b289c348402264e15e9a7ab0516abbc386b (patch) | |
| tree | 5a93684bcf1976393316ac6b7f193a3ffd9bbb02 /gentoo/Makefile | |
| parent | a79dc5251f05004a875aa3482a8028067c33ee07 (diff) | |
| download | application-setup-390e1b289c348402264e15e9a7ab0516abbc386b.tar application-setup-390e1b289c348402264e15e9a7ab0516abbc386b.tar.gz application-setup-390e1b289c348402264e15e9a7ab0516abbc386b.zip | |
[gentoo/Makefile] Fixed PHONY names
Diffstat (limited to 'gentoo/Makefile')
| -rw-r--r-- | gentoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoo/Makefile b/gentoo/Makefile index e1a725f..40c6863 100644 --- a/gentoo/Makefile +++ b/gentoo/Makefile @@ -17,12 +17,12 @@ portage-guru: emaint sync -r guru .PHONY: portage-brave -portage-brave-overlay: +portage-brave: eselect repository enable brave-overlay emaint sync -r brave-overlay .PHONY: portage-steam -portage-steam-overalay: +portage-steam: eselect repository enable steam-overlay emaint sync -r steam-overlay |
