mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix absolute path linux in gnu.org/gettext
This commit is contained in:
parent
ab47472bca
commit
bce9b269f9
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ build:
|
||||||
make --jobs {{ hw.concurrency }}
|
make --jobs {{ hw.concurrency }}
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
cd {{prefix}}/bin
|
||||||
|
sed -i.bak 's|{{prefix}}|"$(cd "$(dirname "$0")/.." \&\& pwd)"|' gettextize autopoint
|
||||||
|
rm gettextize.bak autopoint.bak
|
||||||
|
|
||||||
test: gettext test
|
test: gettext test
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
|
|
Loading…
Reference in a new issue