mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45: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: '*'
|
tea.xyz/gx/make: '*'
|
||||||
openssl.org: ^1.1
|
openssl.org: ^1.1
|
||||||
script: |
|
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
|
make
|
||||||
mkdir -p {{prefix}}/bin
|
mkdir -p {{prefix}}/bin
|
||||||
mv trurl {{prefix}}/bin
|
mv trurl {{prefix}}/bin
|
||||||
|
|
Loading…
Reference in a new issue