1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 12:56:25 +00:00

Make source dir based on git tag

This commit is contained in:
Darren Shepherd
2016-07-10 05:07:19 +00:00
parent 65203f5fe5
commit 2206ed6c9e
9 changed files with 65 additions and 5 deletions

View File

@@ -4,9 +4,10 @@ set -e
cd $(dirname $0)/..
source scripts/build-common
source scripts/version
KERNEL=$(basename ${KERNEL_URL})
DIR=${KERNEL/.tar.*//}
DIR=${VERSION}
mkdir -p ${BUILD}
cd ${BUILD}