From: Thomas Cort Date: Sun, 17 Mar 2013 23:54:20 +0000 (-0400) Subject: release.sh: pkg_install should be installed 1st X-Git-Tag: v3.3.0~1081 X-Git-Url: http://zhaoyanbai.com/repos//%22https:/www.google.com/jsapi/%22?a=commitdiff_plain;h=32bef00fec1a6aa59bd55933608684c1da592b9e;p=minix.git 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. --- 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