On 20/11/2022 20:09, Matteo Bernardini wrote:
yes, you can use a patch or set PREFIX as null like

sed -i "s|PREFIX=/local|PREFIX=|" src/Makefile

both are fine, IMHO.


Thank you for the quick reply. I just realised that the path is hard-wired outside the package directory - which is not what we want (I think?). So instead should I include the lines below?

sed -i "s|PREFIX=/local|PREFIX=|" src/Makefile
sed -i "s|DESTDIR=/usr|DESTDIR=$PKG/usr|" src/Makefile

I tried it but it doesn't seem to be working - I'm not sure if I'm making a hash of it by including bash variables between double quotes in the sed command?




Matteo

Il giorno dom 20 nov 2022 alle ore 21:03 Sebastian Arcus <[email protected] <mailto:[email protected]>> ha scritto:

    I am trying to make SBo scripts to build crelay
    (https://github.com/ondrej1024/crelay
    <https://github.com/ondrej1024/crelay>)

    The sources come with a pre-made Makefile, which uses the path
    /usr/local/bin for the binary. What is the accepted way to change this
    using SBo scripts to /usr/bin? Do I make a patch for the Makefile and
    apply it during the build? Or is there a better way? Thank you for
    any hints
    _______________________________________________
    SlackBuilds-users mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
    <https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users>
    Archives -
    https://lists.slackbuilds.org/pipermail/slackbuilds-users/
    <https://lists.slackbuilds.org/pipermail/slackbuilds-users/>
    FAQ - https://slackbuilds.org/faq/ <https://slackbuilds.org/faq/>


_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to