diff options
author | 2019-08-10 21:30:36 +0200 | |
---|---|---|
committer | 2019-08-10 21:30:36 +0200 | |
commit | 1bfce82450579fff8a2771651d4623a8006c6b47 (patch) | |
tree | e709d7a5f7bbbb9510cf0c82000488b1a1b471b6 /gen_funcs.sh | |
parent | genkernel: bump to v4.0.0_beta12 (diff) | |
download | genkernel-1bfce82450579fff8a2771651d4623a8006c6b47.tar.gz genkernel-1bfce82450579fff8a2771651d4623a8006c6b47.tar.bz2 genkernel-1bfce82450579fff8a2771651d4623a8006c6b47.zip |
gen_funcs.sh: gen_die(): Call restore_boot_mount_state()
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_funcs.sh')
-rwxr-xr-x | gen_funcs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_funcs.sh b/gen_funcs.sh index c042513e..3c9c56fd 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -352,6 +352,8 @@ gen_die() { print_error 1 "Please do ${BOLD}*not*${NORMAL} report ${BOLD}kernel${NORMAL} compilation failures as genkernel bugs!" print_error 1 '' + restore_boot_mount_state + # Cleanup temp dirs and caches if requested cleanup fi |