]> Zhao Yanbai Git Server - minix.git/commit
release.sh: pkg_install should be installed 1st
authorThomas Cort <tcort@minix3.org>
Sun, 17 Mar 2013 23:54:20 +0000 (19:54 -0400)
committerBen Gras <ben@minix3.org>
Mon, 18 Mar 2013 23:29:45 +0000 (00:29 +0100)
commit32bef00fec1a6aa59bd55933608684c1da592b9e
tree4f4a784f759faf91c5c05ab358b7b0a1ea56a938
parentcfefa17ed7330351e51b07d12dd6137397758c07
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