Changed Linux build path
This commit is contained in:
parent
d873013968
commit
d0e69683b5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ set -o pipefail
|
||||||
DATE="$(date +%F)"
|
DATE="$(date +%F)"
|
||||||
DATETIME="$(date +%F_%H%M)"
|
DATETIME="$(date +%F_%H%M)"
|
||||||
ROOT_DIR="$(realpath $(dirname "$0")/..)"
|
ROOT_DIR="$(realpath $(dirname "$0")/..)"
|
||||||
BUILD_DIR="$ROOT_DIR/setup/BUILD_LINUX"
|
BUILD_DIR="$ROOT_DIR/setup/BUILD"
|
||||||
LIVE_DIR="$BUILD_DIR/live"
|
LIVE_DIR="$BUILD_DIR/live"
|
||||||
LOG_DIR="$BUILD_DIR/logs"
|
LOG_DIR="$BUILD_DIR/logs"
|
||||||
OUT_DIR="$ROOT_DIR/setup/OUT_LINUX"
|
OUT_DIR="$ROOT_DIR/setup/OUT"
|
||||||
REPO_DIR="$BUILD_DIR/repo"
|
REPO_DIR="$BUILD_DIR/repo"
|
||||||
SKEL_DIR="$LIVE_DIR/airootfs/etc/skel"
|
SKEL_DIR="$LIVE_DIR/airootfs/etc/skel"
|
||||||
TEMP_DIR="$BUILD_DIR/temp"
|
TEMP_DIR="$BUILD_DIR/temp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue