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
4044b787
Commit
4044b787
authored
Apr 08, 2009
by
Natanael Copa
Browse files
abuild: reset $install for sub packages
fixes #22
parent
73c01eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild
View file @
4044b787
...
...
@@ -795,9 +795,10 @@ if [ -z "$newname" ]; then
.
"
$APKBUILD
"
fi
# If we are handling a sub package then reset subpackages
# If we are handling a sub package then reset subpackages
and install
if
[
-n
"
$subpkgname
"
]
;
then
subpackages
=
install
=
fi
trap
'die "Aborted by user"'
INT
...
...
Write
Preview
Supports
Markdown
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