Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genpatches is not applied when configuring #1025

Open
blackteahamburger opened this issue Oct 26, 2024 · 0 comments
Open

Genpatches is not applied when configuring #1025

blackteahamburger opened this issue Oct 26, 2024 · 0 comments

Comments

@blackteahamburger
Copy link
Contributor

linux-tkg/install.sh

Lines 109 to 111 in 8016959

if [ "$1" = "config" ]; then
_distro="Unknown"
fi

linux-tkg/install.sh

Lines 133 to 135 in 8016959

if [ "$1" = "config" ]; then
_distro=""
fi

These lines cause genpatches not applied even with _distro="Gentoo" when running ./install.sh config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants