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:
parent
967331d0be
commit
e71dced34b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user