mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
One fix for relocatability
This commit is contained in:
parent
cc2a6fe258
commit
43c31ad736
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ build:
|
|||
sed -i.bak -e 's_="{{prefix}}_="$(dirname $(dirname $0))_' $shim
|
||||
rm $shim.bak
|
||||
done
|
||||
|
||||
sed -i.bak 's|{{tea.prefix}}|$TEA_PREFIX|g' "{{prefix}}/bin/hsc2hs-ghc-{{version}}"
|
||||
rm "{{prefix}}/bin/hsc2hs-ghc-{{version}}.bak"
|
||||
env:
|
||||
BOOTSTRAP_HASKELL_NONINTERACTIVE: 1
|
||||
BOOTSTRAP_HASKELL_ADJUST_BASHRC: 0
|
||||
|
|
Loading…
Reference in a new issue