From 32bef00fec1a6aa59bd55933608684c1da592b9e Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sun, 17 Mar 2013 19:54:20 -0400 Subject: [PATCH] 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. --- releasetools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetools/release.sh b/releasetools/release.sh index 3accf4031..6f8301384 100755 --- a/releasetools/release.sh +++ b/releasetools/release.sh @@ -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