Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
5b00cca7
Commit
5b00cca7
authored
Jun 03, 2009
by
Natanael Copa
Browse files
abuild: fix for detecting self-provided dependencies
parent
981c4847
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild.in
View file @
5b00cca7
...
...
@@ -403,8 +403,8 @@ trace_apk_deps() {
# first check if its provide by same apkbuild
for
j
in
"
$dir
"
/../
*
/.provides-so
;
do
grep
-w
"
$i
"
"
$j
"
>
/dev/null
||
continue
found
=
${
found
%/.*
}
found
=
${
j
##*/
}
found
=
${
found
%/*
}
break
done
# check apk db if not provided by a subpackage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment