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
aports
Commits
afe351d3
Commit
afe351d3
authored
Nov 06, 2014
by
Natanael Copa
Browse files
main/groff: work around parallel build issue
parent
1d4721ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/groff/APKBUILD
View file @
afe351d3
...
...
@@ -19,7 +19,8 @@ build () {
--prefix
=
/usr
\
--without-x
\
||
return
1
make
||
return
1
# work around parallel build issue
make
arch
/misc
&&
make
||
return
1
}
package
()
{
...
...
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