Skip to content
Snippets Groups Projects
Verified Commit 4c98c0ce authored by David Runge's avatar David Runge :chipmunk:
Browse files

Add missing declaration of override_install_dir

archiso/mkarchiso:
In d90184a7 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
parent d90184a7
No related branches found
No related tags found
No related merge requests found
Pipeline #1236 passed
......@@ -33,6 +33,7 @@ iso_application="${app_name} iso"
override_iso_application=""
iso_version=""
install_dir="${app_name}"
override_install_dir=""
arch="$(uname -m)"
pacman_conf="/etc/pacman.conf"
override_pacman_conf=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment