mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(trurl)
This commit is contained in:
parent
1dd71a5f0f
commit
20765569fa
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ build:
|
|||
tea.xyz/gx/make: '*'
|
||||
openssl.org: ^1.1
|
||||
script: |
|
||||
# Makefile is not very flexible, so we have to edit it
|
||||
sed -i.bak -e "s/^\(CFLAGS = .*\)\$/\1 $CFLAGS/" Makefile
|
||||
rm Makefile.bak
|
||||
|
||||
make
|
||||
mkdir -p {{prefix}}/bin
|
||||
mv trurl {{prefix}}/bin
|
||||
|
|
Loading…
Reference in a new issue