Add missing buildid to the mandatory arguments to makeworld.
This commit is contained in:
parent
dfabed90aa
commit
ba5321a69c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32878
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
be updated first unless <literal>-nocvs</literal> is
|
||||
specified.</para>
|
||||
|
||||
<screen>/var/portbuild&prompt.root; <userinput>scripts/makeworld <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> [-nocvs]</userinput></screen>
|
||||
<screen>/var/portbuild&prompt.root; <userinput>scripts/makeworld <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> <replaceable>${buildid}</replaceable> [-nocvs]</userinput></screen>
|
||||
|
||||
<para>The <filename>bindist.tar</filename> tarball is created from the
|
||||
previously installed world by the <command>mkbindist</command>
|
||||
|
|
Loading…
Reference in a new issue