diff --git a/cnchi/info.py b/cnchi/info.py index 88040a468..dba1f24d2 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.203" +CNCHI_VERSION = "0.14.204" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/cnchi/installation/install.py b/cnchi/installation/install.py index d0205e362..3ff3ff48d 100644 --- a/cnchi/installation/install.py +++ b/cnchi/installation/install.py @@ -196,6 +196,7 @@ def mount_partitions(self): # partition (different from /boot partition). This happens if using # EFI and grub2 bootloader efi_path = os.path.join(DEST_DIR, "boot", "efi") + os.makedirs(efi_path, mode=0o755, exist_ok=True) txt = _("Mounting EFI partition {0} into {1} directory").format(efi_partition, efi_path) logging.debug(txt) cmd = ['mount', efi_partition, efi_path] diff --git a/update.info b/update.info index 8cfb2d8f3..3428f6d95 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.203","files":[ +{"version":"0.14.204","files":[ ]}