From a0ee2ee61b3315cb09b2c74b9f274d700994a3e3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Feb 2009 16:53:30 +0100 Subject: [PATCH] gcc-libgcc: set $install_priority to 50, just after xbps-base-dirs. --HG-- extra : convert_revision : 02e61cff2e245e1f10a70bda321273ebb74ee9f5 --- shutils/binpkg.sh | 2 +- templates/gcc/libgcc.template | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shutils/binpkg.sh b/shutils/binpkg.sh index 31fac33a861..3b4b926c8e8 100644 --- a/shutils/binpkg.sh +++ b/shutils/binpkg.sh @@ -56,7 +56,7 @@ xbps_write_metadata_pkg() if [ ! -f $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template ]; then msg_error "Cannot find subpackage template!" fi - unset run_depends conf_files keep_dirs noarch + unset run_depends conf_files keep_dirs noarch install_priority . $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template pkgname=${sourcepkg}-${subpkg} xbps_write_metadata_pkg_real diff --git a/templates/gcc/libgcc.template b/templates/gcc/libgcc.template index 176ea963b10..624403fe188 100644 --- a/templates/gcc/libgcc.template +++ b/templates/gcc/libgcc.template @@ -4,6 +4,7 @@ short_desc="GCC version ${version} shared library support" long_desc="${long_desc} This package contains the GCC shared library." +install_priority=50 do_install() {