mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/mbedtls: fix perms of *.a files
This commit is contained in:
parent
a98f0428c2
commit
159bffba0d
@ -60,6 +60,7 @@ static() {
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/lib
|
||||
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
|
||||
chmod -x "$subpkgdir"/usr/lib/*.a
|
||||
}
|
||||
|
||||
sha512sums="99bae9bf180c60c65bd50b2549825b846a000196afd854abfa92b79c3fbd030cc195d1fea704c44d445baa56e2149e4d2a9645da4c53d7988e08a0434b1679e3 mbedtls-2.5.1.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user