mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
read VERSION after it is generated by update script
This commit is contained in:
@@ -4,7 +4,6 @@ set -x
|
||||
|
||||
unset CC
|
||||
ENABLE_ASM="${ENABLE_ASM:=ON}"
|
||||
VERSION=`cat VERSION`
|
||||
|
||||
if type apt-get >/dev/null 2>&1; then
|
||||
sudo apt-get update
|
||||
@@ -14,6 +13,8 @@ fi
|
||||
# generate source tree
|
||||
./autogen.sh
|
||||
|
||||
VERSION=`cat VERSION`
|
||||
|
||||
if [ "$ARCH" = "" ]; then
|
||||
ARCH=`uname -m`
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user