commit: ac9e96c0020c2b2c04329b78af9a4c1bdb392046
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 17:35:43 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 18:44:40 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ac9e96c0
gen_determineargs.sh: determine_output_filenames(): Always set GK_FILENAME_*
variables
We always need GK_FILENAME_* variables, even when not installing anything.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_determineargs.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index 952b31e..f0a5a86 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -95,8 +95,6 @@ determine_output_filenames() {
GK_FILENAME_TEMP_KERNELZ="kernelz-${ARCH}-${KV}"
GK_FILENAME_TEMP_SYSTEMMAP="System.map-${ARCH}-${KV}"
- isTrue "${CMD_INSTALL}" || return
-
# Do we have values?
if [ -z "${KERNEL_FILENAME}" ]
then