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:
@@ -68,6 +68,7 @@ reset_tmpl_vars()
|
||||
build_depends libtool_fixup_la_stage no_fixup_libtool \
|
||||
disable_parallel_build run_depends cross_compiler \
|
||||
only_for_archs patch_args conf_files keep_dirs \
|
||||
install_priority \
|
||||
XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \
|
||||
XBPS_BUILD_DONE XBPS_INSTALL_DONE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user