Giter VIP home page Giter VIP logo

Comments (5)

mptre avatar mptre commented on August 26, 2024

I tend to follow the common practices from OpenBSD which is the OS I'm
using. On OpenBSD, third-party software is stripped on installation.

You could, however, opt-out by overwriting the INSTALL_PROGRAM
variable and remove the -s option:

make INSTALL_PROGRAM="install -m 0755" install

from yank.

nmilosev avatar nmilosev commented on August 26, 2024

Thanks for the clarification. :)

I wrote a small patch which does the same (it was easier for me): https://pagure.io/yank-rpm/raw/makebuild/f/yank-debuginfo.patch

This patch is used when RPM's are built, because in Fedora packages have debuginfo.

Closing this! Thanks again. :)

from yank.

mptre avatar mptre commented on August 26, 2024

Great! Let me know if anything else can be improved to make packaging
yank more convenient.

from yank.

nmilosev avatar nmilosev commented on August 26, 2024

Maybe add a BINARY_NAME variable in the Makefile, so we can override in case we need to work around packages with /usr/bin/yank.

Relevant patch for Fedora: https://pagure.io/yank-rpm/raw/makebuild/f/yank-name-change.patch

I can try and send you a PR if you want. :)

from yank.

mptre avatar mptre commented on August 26, 2024

I can try and send you a PR if you want. :)

Please do. Call the variable PROG and limit its usage to the name of
binary and not the man-page.

from yank.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.