mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
main/bearssl: remove top-level exec in APKBUILD
Signed-off-by: Laurent Bercot <ska@appnovation.com>
This commit is contained in:
parent
3a18ee417d
commit
c5a57f1dc9
@ -1,5 +1,5 @@
|
|||||||
# Maintainer: Laurent Bercot <ska-devel@skarnet.org>
|
|
||||||
# Contributor: Laurent Bercot <ska-devel@skarnet.org>
|
# Contributor: Laurent Bercot <ska-devel@skarnet.org>
|
||||||
|
# Maintainer: Laurent Bercot <ska-devel@skarnet.org>
|
||||||
pkgname=bearssl
|
pkgname=bearssl
|
||||||
pkgver=0.6_git20230221
|
pkgver=0.6_git20230221
|
||||||
_pkgcommit=79c060eea3eea1257797f15ea1608a9a9923aa6f
|
_pkgcommit=79c060eea3eea1257797f15ea1608a9a9923aa6f
|
||||||
@ -15,7 +15,7 @@ source="
|
|||||||
libbearssl.pc
|
libbearssl.pc
|
||||||
"
|
"
|
||||||
|
|
||||||
builddir=$(pwd)/src/BearSSL-$(echo $_pkgcommit | cut -b-7)
|
builddir=$PWD/src/BearSSL-${_pkgcommit:0:7}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make \
|
make \
|
||||||
|
Loading…
Reference in New Issue
Block a user