From e71dced34b9cacf8bb7009c40ee70d71295aeaf5 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 17 Aug 2020 16:51:56 +0200 Subject: [PATCH] linux-tkg: non-Arch: Set _misc_adds="false" for now This breaks on other distros due to the TTY patch. Until a decision is taken regarding the patch or the best way to fix it, this will do. --- linux57-tkg/install.sh | 2 ++ linux58-tkg/install.sh | 2 ++ linux59-rc-tkg/install.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/linux57-tkg/install.sh b/linux57-tkg/install.sh index cc30541..2e21a68 100755 --- a/linux57-tkg/install.sh +++ b/linux57-tkg/install.sh @@ -40,6 +40,8 @@ if [ -e "$_EXT_CONFIG_PATH" ]; then source "$_EXT_CONFIG_PATH" fi +_misc_adds="false" # We currently don't want this enabled on non-Arch + if [ "$1" = "install" ] || [ "$1" = "config" ]; then source linux*-tkg-config/prepare diff --git a/linux58-tkg/install.sh b/linux58-tkg/install.sh index dcc4b81..192323a 100755 --- a/linux58-tkg/install.sh +++ b/linux58-tkg/install.sh @@ -40,6 +40,8 @@ if [ -e "$_EXT_CONFIG_PATH" ]; then source "$_EXT_CONFIG_PATH" fi +_misc_adds="false" # We currently don't want this enabled on non-Arch + if [ "$1" = "install" ] || [ "$1" = "config" ]; then source linux*-tkg-config/prepare diff --git a/linux59-rc-tkg/install.sh b/linux59-rc-tkg/install.sh index dcc4b81..192323a 100755 --- a/linux59-rc-tkg/install.sh +++ b/linux59-rc-tkg/install.sh @@ -40,6 +40,8 @@ if [ -e "$_EXT_CONFIG_PATH" ]; then source "$_EXT_CONFIG_PATH" fi +_misc_adds="false" # We currently don't want this enabled on non-Arch + if [ "$1" = "install" ] || [ "$1" = "config" ]; then source linux*-tkg-config/prepare