Skip to content

Commit 20fd7bd

Browse files
committed
fixup! Add build/pkg-install.sh.
1 parent 958b46f commit 20fd7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/pkg-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ git clone ${SRC:-"https://github.com/supranational/blst"} blst.$$
3030
cd blst.$$
3131
tag=`git tag --sort=v:refname | tail -1`
3232
git checkout --detach ${tag}
33+
tag=`expr substr $tag 2 8`
3334
./build.sh "$@"
3435
cp libblst.a "${DST}/.."
3536
cp bindings/blst.h* "${DST}/../../include"

0 commit comments

Comments
 (0)