Skip to content

Commit b2feab1

Browse files
fix some
- hardcoded BUILDNAME
1 parent e9d89e8 commit b2feab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/default/mate/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
export INCLUDE_PACKAGES
44
export NO_COMPRESSION
55

6-
BUILDNAME="$(basename "$(pwd)")"
6+
BUILDNAME="mate"
77
ROOT_DIR="$(git rev-parse --show-toplevel)"
88
BUILD_CONFIG_DIR="$ROOT_DIR/core/default"
99
INCLUDE_LIST="$BUILD_CONFIG_DIR/$BUILDNAME/include.list"
1010
EXTRA_CONFIG_SCRIPT="$BUILD_CONFIG_DIR/$BUILDNAME/extra-config.sh"
11-
OUT_DIR="${ROOT_DIR}/out/mate"
11+
OUT_DIR="${ROOT_DIR}/out/${BUILDNAME}"
1212
BUILD_ARCH="aarch64 armhf amd64"
1313
PLUGIN_DIR="${ROOT_DIR}/plugins"
1414
INCLUDE_PACKAGES="$(cat "$INCLUDE_LIST")"

0 commit comments

Comments
 (0)