From 9dcb75cbd963a4742af73fae9c187d15ea0fac13 Mon Sep 17 00:00:00 2001 From: vectorsigma72 Date: Mon, 11 May 2020 20:01:02 +0200 Subject: [PATCH] Ensure the sym directory exist when the package installer is never in use. --- buildme | 1 + 1 file changed, 1 insertion(+) diff --git a/buildme b/buildme index 7695ac8f7..069dd6ede 100755 --- a/buildme +++ b/buildme @@ -203,6 +203,7 @@ local withClover=${1-"none"} if [[ "$SYSNAME" == Darwin ]]; then if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2 + mkdir -p "${CLOVERROOT}"/CloverPackage/sym if [[ $withClover == withV2 ]]; then touch "${CLOVERROOT}"/CloverPackage/sym/.withV2 fi