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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user