Skip to content

Commit 9dcb75c

Browse files
committed
Ensure the sym directory exist when the package installer is never in use.
1 parent 56c4e4d commit 9dcb75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildme

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ local withClover=${1-"none"}
203203
if [[ "$SYSNAME" == Darwin ]]; then
204204
if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then
205205
rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2
206+
mkdir -p "${CLOVERROOT}"/CloverPackage/sym
206207
if [[ $withClover == withV2 ]]; then
207208
touch "${CLOVERROOT}"/CloverPackage/sym/.withV2
208209
fi

0 commit comments

Comments
 (0)