Introduce $install_priority for use in templates.

A higher number in this var will make the binary package to
be installed before other with lower priority. By default, all
packages have a 0 priority. xbps-base-dirs uses 100, because it
needs to be one of the first installed packages.

--HG--
extra : convert_revision : 81a88b676d2ae3180914612371619f19e1765d02
This commit is contained in:
Juan RP
2008-12-27 16:20:54 +01:00
parent 74e575f984
commit 68941a9a31
3 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ long_desc="
This package installs the base system directories."
base_chroot=yes
install_priority=100
do_install()
{