• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux


Commit MetaInfo

Révision4b401931bde9d9caf7348da0d8c883802722f61f (tree)
l'heure2020-08-26 05:02:50
AuteurDavid Runge <dvzrv@arch...>
CommiterDavid Runge

Message de Log

Add missing declaration of override_install_dir

**archiso/mkarchiso**:

In d90184a the unbound variable override_install_dir was introduced by accident.

It is required to be set to empty string to provide override functionality for install_dir.

Fixes #57

Change Summary

Modification

--- a/archiso/mkarchiso
+++ b/archiso/mkarchiso
@@ -33,6 +33,7 @@ iso_application="${app_name} iso"
3333 override_iso_application=""
3434 iso_version=""
3535 install_dir="${app_name}"
36+override_install_dir=""
3637 arch="$(uname -m)"
3738 pacman_conf="/etc/pacman.conf"
3839 override_pacman_conf=""
Afficher sur ancien navigateur de dépôt.