mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
commit
376a05d53c
10
buildme
10
buildme
@ -191,8 +191,9 @@ makeRelease() {
|
||||
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG -t $MYTOOLCHAIN
|
||||
# Run a post build script if exist (${DIR_TOOLS}/CloverScripts/postbuild.sh)
|
||||
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
||||
echo "Running Clover postbuild script"
|
||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||
chmod +x "${DIR_TOOLS}"/CloverScripts/postbuild.sh
|
||||
echo "Running Clover postbuild script"
|
||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||
fi
|
||||
}
|
||||
|
||||
@ -244,8 +245,9 @@ buildClover() {
|
||||
fi
|
||||
# Run a post build script if exist (${DIR_TOOLS}/CloverScripts/postbuild.sh)
|
||||
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
||||
echo "Running Clover postbuild script"
|
||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||
chmod +x "${DIR_TOOLS}"/CloverScripts/postbuild.sh
|
||||
echo "Running Clover postbuild script"
|
||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||
fi
|
||||
# Run a custom post build script if exist (${DIR_TOOLS}/Scripts/postbuild.sh)
|
||||
if [[ -x "${DIR_TOOLS}"/Scripts/postbuild.sh ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user