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.
This commit is contained in:
Tk-Glitch 2020-08-17 16:51:56 +02:00
parent 967331d0be
commit e71dced34b
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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