<CX5DALTNHXBH.S9QD2ZXXVTYF@posteo.net>
The current release doesn't build with the latest hare version. Would it be possible to tag a new release?
<d83022bf-e521-4765-903d-c8173f2a2c86@posteo.net>
<CX5DALTNHXBH.S9QD2ZXXVTYF@posteo.net>
(view parent)
I've now pushed 1.0.4 tag, lmk if any problems. ~Autumn
<CX5G0W5STJ6C.39MIGV6TPOGNM@posteo.net>
<d83022bf-e521-4765-903d-c8173f2a2c86@posteo.net>
(view parent)
Thank you for the quick response! I had to export a corrected PATH to get ./bootstrap.sh install to work[0]. I am not sure if that is an issue in the bootstrap script. [0]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/55929/diffs#7a4796522f9fb4de4542e829a82eee0b86bf84dd_25_24
<cf12bccc-6e87-428e-8f4f-6ba378ff3475@posteo.net>
<CX5G0W5STJ6C.39MIGV6TPOGNM@posteo.net>
(view parent)
> I had to export a corrected PATH to get ./bootstrap.sh install to work[0]. I > am not sure if that is an issue in the bootstrap script. > > [0]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/55929/diffs#7a4796522f9fb4de4542e829a82eee0b86bf84dd_25_24 Interesting. I'm not sure why that is. If you change line 6 of bootstrap.sh from "bin:$PATH" to "$PWD/bin:$PATH" does that help? If so I can change that upstream. I suppose it's not the end of the world either way. ~Autumn
<CX6BB393TKU7.7CRMDFD1SZW0@posteo.net>
<cf12bccc-6e87-428e-8f4f-6ba378ff3475@posteo.net>
(view parent)
> If you change line 6 of bootstrap.sh from "bin:$PATH" to "$PWD/bin:$PATH" > does that help? Yes that fixes the issue. Also the $(dirname "$0") should be quoted to work with spaces. Should I create a patch for that?