usr/Makefile: added missing sh minibootstrap.sh
This commit is contained in:
parent
3beb81a5d0
commit
341f8682f2
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ pkgsrc-create: git
|
|||
cd ${.CURDIR}/pkgsrc && git branch minix-master origin/minix-master
|
||||
cd ${.CURDIR}/pkgsrc && git checkout minix-master
|
||||
cd ${.CURDIR}/pkgsrc && git pull
|
||||
cd ${.CURDIR}/pkgsrc/minix && sh minibootstrap.sh
|
||||
|
||||
pkgsrc-checkout: git
|
||||
cd ${.CURDIR}/pkgsrc && git checkout minix-master
|
||||
|
|
Loading…
Reference in a new issue