From 159bffba0d5c2d80e86cfdb2eef6b78ac30d2312 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 22 Jul 2017 14:01:15 +0200 Subject: community/mbedtls: fix perms of *.a files --- community/mbedtls/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community') diff --git a/community/mbedtls/APKBUILD b/community/mbedtls/APKBUILD index 1950367256..380b6c76c6 100644 --- a/community/mbedtls/APKBUILD +++ b/community/mbedtls/APKBUILD @@ -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 -- cgit v1.2.3