mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Some typos.
This commit is contained in:
parent
af80d9956b
commit
0f98f0fd4a
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ if you don't already, you can create one as such.
|
|||
# mkdir -p /usr/local/portage
|
||||
# vim /etc/make.conf
|
||||
Set PORTDIR_OVERLAY=/usr/local/portage
|
||||
The save and exit
|
||||
Then save and exit
|
||||
|
||||
Once that is completed, or you skiped that step, you need to create a
|
||||
directory in your overlay tree for gmqcc, this can be done with. It should
|
||||
directory in your overlay tree for gmqcc, this can be done as such:
|
||||
(subsitute [[PORTDIR_OVERLAY]] with the one set in /etc/make.conf)
|
||||
|
||||
# mkdir -p [[PORTDIR_OVERLAY]]/gmqcc
|
||||
|
|
Loading…
Reference in a new issue