]> Zhao Yanbai Git Server - minix.git/commit
release.sh: explicitly use the pkgin pkg_install pkg_add
authorBen Gras <ben@minix3.org>
Thu, 10 Mar 2011 12:54:58 +0000 (12:54 +0000)
committerBen Gras <ben@minix3.org>
Thu, 10 Mar 2011 12:54:58 +0000 (12:54 +0000)
commitdb8c7af0b8940df9123b30c6dac935ab97eb2e97
treeb21576bfd8c6885ec63556a420eb5a8bb1b415f2
parent97980446a4332f12aa5ce96d34fc3fbcd2daa99a
release.sh: explicitly use the pkgin pkg_install pkg_add

  . when switching from the base pkg_install to the pkgin pkg_install,
    the version number changed, causing a compatability problem if the
    old base system binary was inadvertently left behind.

  . this change checks for that situation by specifically invoking
    the pkgin instance of pkg_install and telling the user to install
    it if it doesn't exist.
tools/release.sh