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:
Thomas Cort 2013-03-17 19:54:20 -04:00 committed by Ben Gras
parent cfefa17ed7
commit 32bef00fec

View file

@ -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