mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-25 11:55:28 +01:00
fix postbuild permissions
This commit is contained in:
parent
e6d8ddf990
commit
723630558d
10
buildme
10
buildme
@ -191,8 +191,9 @@ makeRelease() {
|
|||||||
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG -t $MYTOOLCHAIN
|
./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)
|
# Run a post build script if exist (${DIR_TOOLS}/CloverScripts/postbuild.sh)
|
||||||
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
||||||
echo "Running Clover postbuild script"
|
chmod +x "${DIR_TOOLS}"/CloverScripts/postbuild.sh
|
||||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
echo "Running Clover postbuild script"
|
||||||
|
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -244,8 +245,9 @@ buildClover() {
|
|||||||
fi
|
fi
|
||||||
# Run a post build script if exist (${DIR_TOOLS}/CloverScripts/postbuild.sh)
|
# Run a post build script if exist (${DIR_TOOLS}/CloverScripts/postbuild.sh)
|
||||||
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
||||||
echo "Running Clover postbuild script"
|
chmod +x "${DIR_TOOLS}"/CloverScripts/postbuild.sh
|
||||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
echo "Running Clover postbuild script"
|
||||||
|
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||||
fi
|
fi
|
||||||
# Run a custom post build script if exist (${DIR_TOOLS}/Scripts/postbuild.sh)
|
# Run a custom post build script if exist (${DIR_TOOLS}/Scripts/postbuild.sh)
|
||||||
if [[ -x "${DIR_TOOLS}"/Scripts/postbuild.sh ]]; then
|
if [[ -x "${DIR_TOOLS}"/Scripts/postbuild.sh ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user