mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
+relocatable
This commit is contained in:
parent
2f432f9634
commit
47fae4294a
|
@ -19,6 +19,11 @@ build:
|
|||
script: |-
|
||||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
sed -i.bak \
|
||||
-e 's_prefix="{{prefix}}"_prefix="$(dirname $(dirname $0))"_' \
|
||||
-e 's_{{prefix}}_$prefix_' \
|
||||
{{prefix}}/bin/libtoolize
|
||||
rm {{prefix}}/bin/libtoolize.bak
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue