mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
Ensure the sym directory exist when the package installer is never in use.
This commit is contained in:
parent
56c4e4dd48
commit
9dcb75cbd9
1
buildme
1
buildme
@ -203,6 +203,7 @@ local withClover=${1-"none"}
|
|||||||
if [[ "$SYSNAME" == Darwin ]]; then
|
if [[ "$SYSNAME" == Darwin ]]; then
|
||||||
if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then
|
if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then
|
||||||
rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2
|
rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2
|
||||||
|
mkdir -p "${CLOVERROOT}"/CloverPackage/sym
|
||||||
if [[ $withClover == withV2 ]]; then
|
if [[ $withClover == withV2 ]]; then
|
||||||
touch "${CLOVERROOT}"/CloverPackage/sym/.withV2
|
touch "${CLOVERROOT}"/CloverPackage/sym/.withV2
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user