gcc-libgcc: set $install_priority to 50, just after xbps-base-dirs.
--HG-- extra : convert_revision : 02e61cff2e245e1f10a70bda321273ebb74ee9f5
This commit is contained in:
parent
46a42f7500
commit
a0ee2ee61b
|
@ -56,7 +56,7 @@ xbps_write_metadata_pkg()
|
||||||
if [ ! -f $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template ]; then
|
if [ ! -f $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template ]; then
|
||||||
msg_error "Cannot find subpackage template!"
|
msg_error "Cannot find subpackage template!"
|
||||||
fi
|
fi
|
||||||
unset run_depends conf_files keep_dirs noarch
|
unset run_depends conf_files keep_dirs noarch install_priority
|
||||||
. $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template
|
. $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template
|
||||||
pkgname=${sourcepkg}-${subpkg}
|
pkgname=${sourcepkg}-${subpkg}
|
||||||
xbps_write_metadata_pkg_real
|
xbps_write_metadata_pkg_real
|
||||||
|
|
|
@ -4,6 +4,7 @@ short_desc="GCC version ${version} shared library support"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the GCC shared library."
|
This package contains the GCC shared library."
|
||||||
|
install_priority=50
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue