[Slackbuilds-users] Issues with new scripts for crelay
Sebastian Arcus
s.arcus at open-t.co.uk
Sun Nov 20 23:11:38 UTC 2022
On 20/11/2022 22:55, B. Watson wrote:
>
>
> On Sun, 20 Nov 2022, Robby Workman wrote:
>
>> It appears to only install a single binary (see line 12 of Makefile).
>> Easiest thing to do is just:
>>
>> make
>> mkdir $PKG/usr/bin
>> cat crelay > $PKG/usr/bin/crelay
>> chmod 0755 $PKG/usr/bin/crelay
>
> Don't forget to the strip the binary (unless the Makefile already
> does). Personally I like:
>
> make
> mkdir -p $PKG/usr/bin
> install -s -m0755 crelay $PKG/usr/bin/crelay
>
> ...explicitly sets the permissions, and the -s means "strip" (does it
> all in one go).
Thank you for that. I've already submitted the scripts - maybe one of
the admins can add the extra lines - otherwise I will re-submit it later.
More information about the SlackBuilds-users
mailing list