release.sh: generic package names
This commit is contained in:
parent
2e84a3f594
commit
4c3e216cbd
1 changed files with 5 additions and 6 deletions
|
@ -28,12 +28,11 @@ fi
|
||||||
# Packages we have to pre-install, and url to use
|
# Packages we have to pre-install, and url to use
|
||||||
PACKAGEURL=ftp://ftp.minix3.org/pub/minix/packages/$version_pretty/`uname -m`/All/
|
PACKAGEURL=ftp://ftp.minix3.org/pub/minix/packages/$version_pretty/`uname -m`/All/
|
||||||
PREINSTALLED_PACKAGES="
|
PREINSTALLED_PACKAGES="
|
||||||
pkgin-0.4.1
|
pkgin
|
||||||
pkg_install-20101212
|
pkg_install
|
||||||
bmake-20110606
|
bmake
|
||||||
binutils-2.17nb3
|
binutils
|
||||||
clang-2.9nb2
|
clang
|
||||||
compiler-rt-r123836nb3
|
|
||||||
"
|
"
|
||||||
|
|
||||||
PKG_ADD_URL=$PACKAGEURL
|
PKG_ADD_URL=$PACKAGEURL
|
||||||
|
|
Loading…
Reference in a new issue