Fix non-signed builds
FS#48382
This commit is contained in:
parent
80b159345f
commit
63399225b5
@ -328,7 +328,9 @@ command_prepare () {
|
||||
_mkairootfs_img
|
||||
fi
|
||||
_mkchecksum
|
||||
[[ ${gpg_key} ]] && _mksignature
|
||||
if [[ ${gpg_key} ]]; then
|
||||
_mksignature
|
||||
fi
|
||||
}
|
||||
|
||||
# Install packages on airootfs.
|
||||
|
@ -8,6 +8,7 @@ iso_version=$(date +%Y.%m.%d)
|
||||
install_dir=arch
|
||||
work_dir=work
|
||||
out_dir=out
|
||||
gpg_key=
|
||||
|
||||
arch=$(uname -m)
|
||||
verbose=""
|
||||
|
Loading…
Reference in New Issue
Block a user