mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(apr)
This commit is contained in:
parent
b0535bdccc
commit
a117c4e8ae
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ build:
|
|||
mv apr-{{version.major}}/* .
|
||||
rmdir apr-{{version.major}}
|
||||
ln -s . apr-{{version.major}}
|
||||
|
||||
cd ../bin
|
||||
sed -i.bak "s_{{prefix}}_\$(cd \$(dirname \$0)/.. \&\& pwd)_g" apr-{{version.major}}-config
|
||||
rm apr-{{version.major}}-config.bak
|
||||
env:
|
||||
# add any environment variables here
|
||||
ARGS:
|
||||
|
|
Loading…
Reference in a new issue