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

rpm: Fix make rpm on Debian/Ubuntu #15365

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Commits on Oct 6, 2023

  1. rpm: Fix make rpm on Debian/Ubuntu

    The recent patch to change the bash completion install location based
    on the Distribution, ignored that it should still be possible to
    create RPMs on Debian derived systems. Additionally `make deb` itself
    creates RPMs and converts them via `alien`.
    
    This patch adds the bashcompletiondir variable to the rpm defines and
    uses this for the location, where to get the bash completion file.
    
    It still changes the location on Debian/Ubuntu systems in the final
    packages from /etc/bash_completion.d to
    /usr/share/bash-completion/completions
    
    Fixes: e69ade3
    
    Signed-off-by: Stoiko Ivanov <[email protected]>
    Stoiko Ivanov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    825e001 View commit details
    Browse the repository at this point in the history