From fe0a670fdf6e6e5cdeccffaae8b2a13799d0b033 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 20 Dec 2012 11:47:35 +0100 Subject: [PATCH] buildpkg.packaging.solaris: look for arch specific depend file --- buildpkg.packaging.solaris | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildpkg.packaging.solaris b/buildpkg.packaging.solaris index 2118ba8..f729988 100644 --- a/buildpkg.packaging.solaris +++ b/buildpkg.packaging.solaris @@ -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