gcc-libgcc: set $install_priority to 50, just after xbps-base-dirs.

--HG--
extra : convert_revision : 02e61cff2e245e1f10a70bda321273ebb74ee9f5
This commit is contained in:
Juan RP 2009-02-26 16:53:30 +01:00
parent 46a42f7500
commit a0ee2ee61b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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()
{