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
545b4b8a
Commit
545b4b8a
authored
Jul 09, 2013
by
Natanael Copa
Browse files
main/zlib: support newer abuild
which will move /lib/*.a to -dev subpackage for us
parent
2c01afc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/zlib/APKBUILD
View file @
545b4b8a
...
...
@@ -34,7 +34,10 @@ package() {
dev
()
{
default_dev
mkdir
-p
"
$subpkgdir
"
/lib
mv
"
$pkgdir
"
/lib/libz.a
"
$subpkgdir
"
/lib/libz.a
# newer abuild might do this for us
if
[
-f
"
$pkgdir
"
/libz.a
]
;
then
mv
"
$pkgdir
"
/lib/libz.a
"
$subpkgdir
"
/lib/libz.a
fi
}
md5sums
=
"44d667c142d7cda120332623eab69f40 zlib-1.2.8.tar.gz"
...
...
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