Commit Graph
2 Commits
Author SHA1 Message Date
Chris Collins 54770e1345 Fix sed problems on some locale-aware platforms
The Amiga files can not be safely sed’d if LC_CTYPE is set to a unicode or multibyte locale (either directly, or indirectly via LANG).  Force the CTYPE to C to allow this to work.  Fixes build issues on macOS.
2018-05-14 10:01:02 +10:00
Chris Collins 4541c0f956 Install lha into the prefix, not into a system path
Can’t install into /usr on some systems at all (macOS springs to mind) - we have a PREFIX - use it.
2018-05-14 09:58:25 +10:00