release.sh: pkg_install should be installed 1st
pkgin now depends on pkg_install. If pkg_install appears after pkgin in PREINSTALLED_PACKAGES, there will be an error because pkg_install was installed as a dependency for pkgin.
This commit is contained in:
parent
cfefa17ed7
commit
32bef00fec
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@ fi
|
|||
# Packages we have to pre-install, and url to use
|
||||
PACKAGEURL=ftp://ftp.minix3.org/pub/minix/packages/$version_pretty/`uname -m`/All/
|
||||
PREINSTALLED_PACKAGES="
|
||||
pkgin
|
||||
pkg_install
|
||||
pkgin
|
||||
bmake
|
||||
binutils
|
||||
clang
|
||||
|
|
Loading…
Reference in a new issue