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

feat: Add support for templating NFPM bindir #2466

Merged
merged 4 commits into from Sep 7, 2021

Commits on Sep 5, 2021

  1. feat: Add support for templating NFPM bindir

    Example: Allow software to be deployed in '/usr/lib64' directory on x86_64 arch
    and in '/usr/lib' directory in i386
    riton committed Sep 5, 2021
    Copy the full SHA
    0171a5e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. test: invalid bindir template

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 7, 2021
    Copy the full SHA
    e36fecc View commit details
    Browse the repository at this point in the history
  2. docs: bindir template

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 7, 2021
    Copy the full SHA
    98c802f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c2802f5 View commit details
    Browse the repository at this point in the history