buildpkg.packaging.solaris: look for arch specific depend file
This commit is contained in:
parent
3daa127b5f
commit
fe0a670fdf
@ -574,6 +574,10 @@ auto_deps()
|
||||
local secname=$1
|
||||
local pkgname=$(get_pkgname $secname)
|
||||
local temp
|
||||
local depend_file=depend
|
||||
|
||||
# Check and see if there is an arch specific depend file
|
||||
[ -r $metadir/depend.$arch ] && depend_file=depend.$arch
|
||||
|
||||
deps="$(extract_deps $secname | ${__sort} -u)"
|
||||
# We need to sort out any packages created from the same build
|
||||
|
Loading…
x
Reference in New Issue
Block a user