fix absolute path linux in gnu.org/gettext

This commit is contained in:
Jacob Heider 2023-01-29 23:53:22 -05:00
parent ab47472bca
commit bce9b269f9
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -27,6 +27,10 @@ build:
make --jobs {{ hw.concurrency }}
make install
cd {{prefix}}/bin
sed -i.bak 's|{{prefix}}|"$(cd "$(dirname "$0")/.." \&\& pwd)"|' gettextize autopoint
rm gettextize.bak autopoint.bak
test: gettext test
provides: