mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Updated build to generate archive for Release
This commit is contained in:
parent
1eb1c3b69a
commit
696701cf63
@ -46,13 +46,13 @@ cp -f ../BootHFS/boot1f32-install.sh CloverV2/EFI/CLOVER/doc/boot1f32-install.s
|
||||
# Workspace = Clover/CloverPackage
|
||||
# Prepare i386 for building package installer.
|
||||
|
||||
if [[ -d "$PKG_BUILD_DIR" && $(stat -f '%u' "$PKG_BUILD_DIR") -eq 0 ]]; then
|
||||
sudo rm -rf sym
|
||||
fi
|
||||
rm -rf sym
|
||||
|
||||
# Create a new sym directory
|
||||
mkdir sym
|
||||
# if [[ -d "$PKG_BUILD_DIR" && $(stat -f '%u' "$PKG_BUILD_DIR") -eq 0 ]]; then
|
||||
# sudo rm -rf sym
|
||||
# fi
|
||||
# rm -rf sym
|
||||
#
|
||||
# # Create a new sym directory
|
||||
# mkdir sym
|
||||
|
||||
# Make the translation
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user