Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
98fe44cb
Commit
98fe44cb
authored
Oct 25, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: also install 'depends' with 'abuild deps'
fixes
#2270
parent
beb15ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
abuild.in
abuild.in
+7
-2
No files found.
abuild.in
View file @
98fe44cb
...
...
@@ -1732,10 +1732,15 @@ post_add() {
}
deps
()
{
local
deps i
local
builddeps i
builddeps
=
"
$makedepends
"
for
i
in
$depends
;
do
[
"
$pkgname
"
=
"
${
i
%%[<>=]*
}
"
]
&&
continue
subpackages_has
${
i
%%[<>=]*
}
||
builddeps
=
"
$builddeps
$i
"
done
$SUDO_APK
add
$apk_opt_wait
--repository
"
$abuildrepo
"
\
--virtual
.makedepends-
$pkgname
\
$
makedepend
s
$
builddep
s
}
undeps
(){
...
...
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