take pkg_install out of the base system and pre-install it using the
pkgsrc binary packages.
rationale:
. pkg_install (which is the pkg_* tools) is entangled with pkgsrc,
not with minix, so tracking it from pkgsrc (easier than with
base system) makes more sense
. simplifies upstreaming minix specific changes for pkg_* tools
. reduce pkgsrc-in-basesystem maintenance burden
This commit is contained in:
@@ -12,7 +12,7 @@ secs=`expr 32 '*' 64`
|
||||
export SHELL=/bin/sh
|
||||
|
||||
# Packages we have to pre-install, and url to use
|
||||
PREINSTALLED_PACKAGES=pkgin-0.3.3.1nb1
|
||||
PREINSTALLED_PACKAGES="pkgin-0.3.3.4.tgz pkg_install-20101212"
|
||||
PACKAGEURL=ftp://ftp.minix3.org/pub/minix/packages/`uname -r`/`uname -m`/All/
|
||||
|
||||
RELEASERC=$HOME/.releaserc
|
||||
|
||||
Reference in New Issue
Block a user