]> Zhao Yanbai Git Server - minix.git/commitdiff
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)
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

index 3accf4031fcca138508f6dbd09cb0a1ab6982c56..6f83013849eca1a5176fcb0860eec10132a206c7 100755 (executable)
@@ -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