mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-18 01:21:57 +01:00
fix postbuild permissions
This commit is contained in:
parent
e6d8ddf990
commit
723630558d
2
buildme
2
buildme
@ -191,6 +191,7 @@ 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
|
||||
chmod +x "${DIR_TOOLS}"/CloverScripts/postbuild.sh
|
||||
echo "Running Clover postbuild script"
|
||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||
fi
|
||||
@ -244,6 +245,7 @@ buildClover() {
|
||||
fi
|
||||
# Run a post build script if exist (${DIR_TOOLS}/CloverScripts/postbuild.sh)
|
||||
if [[ -x "${DIR_TOOLS}"/CloverScripts/postbuild.sh ]]; then
|
||||
chmod +x "${DIR_TOOLS}"/CloverScripts/postbuild.sh
|
||||
echo "Running Clover postbuild script"
|
||||
"${DIR_TOOLS}"/CloverScripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user