buildpkg.packaging.solaris: really look for arch specific depend file
This commit is contained in:
parent
77e906db65
commit
1b0d55ddd0
@ -589,11 +589,11 @@ auto_deps()
|
|||||||
done
|
done
|
||||||
# Parse any speciel depends
|
# Parse any speciel depends
|
||||||
# We don't do ignore_deps processing for these deps
|
# We don't do ignore_deps processing for these deps
|
||||||
if [ -r $metadir/depend ]; then
|
if [ -r $metadir/$depend_file ]; then
|
||||||
local extra_pkgname # Package that should have the depend
|
local extra_pkgname # Package that should have the depend
|
||||||
local extra_dep_pkgname # The name of depend (either a pkgname or a secname)
|
local extra_dep_pkgname # The name of depend (either a pkgname or a secname)
|
||||||
local extra_dep_version # version of the depend (or auto keyword)
|
local extra_dep_version # version of the depend (or auto keyword)
|
||||||
${__sed} -n "/^$pkgname /p" $metadir/depend |
|
${__sed} -n "/^$pkgname /p" $metadir/$depend_file |
|
||||||
while read extra_pkgname extra_dep_pkgname extra_dep_version
|
while read extra_pkgname extra_dep_pkgname extra_dep_version
|
||||||
do
|
do
|
||||||
local internal_dep=0
|
local internal_dep=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user