Gavin Howard
c90cac8ecd
Make install warn when gencat warns
3 years ago
Gavin Howard
5d0d10ed0e
Start moving gencat back to the install step
3 years ago
Gavin Howard
6e70f557df
Move the functions script
3 years ago
Gavin Howard
c1075ce8c6
Make the new locale location work
3 years ago
Gavin Howard
f680e35607
Start the work of installing locales in a better place
3 years ago
Gavin Howard
b2230162f6
Remove the need to use gencat for Alpine systems
3 years ago
Gavin Howard
fa08ee40cd
Move locales
4 years ago
Gavin Howard
5008025c53
Add locale support
...
This is not tested yet!
4 years ago
Gavin Howard
f9687851a2
Remove a useless line of code
4 years ago
Gavin Howard
e26c6f9d0a
Add a readlink function in the install script
4 years ago
Gavin Howard
6649657ced
Remove the use of readlink in install.sh
...
After investigating this, I found that readlink is not specified by
POSIX. However, that does not mean that it was the better solution, as
the use of `ls -dl` and `printf ${L#*-> }` might not have been portable.
The possible issue was the use of `-> ` to get at the link target.
That said, after reading the POSIX standard for `ls`, I found out that
the `-> ` syntax is required by the standard if `ls` is called with the
option `-l` and without the option `-L`. That means that my original
formulation is most portable.
4 years ago
John Regan
aee557ea9d
avoid ./ in symlink paths, use readlink instead of ls to resolve link
4 years ago
Gavin Howard
dbbe325b4e
Remove the use of realpath in the install
...
This is to (hopefully) make the install work on Mac OSX. This issue was
brought to my attention by John Regan (jprjr) on GitHub.
4 years ago
Gavin Howard
5d05715dad
Add a build variable
...
This variable, EXECSUFFIX, makes sure that my bc will not interfere with
other installed bc's.
4 years ago
Gavin Howard
d15e01d625
Make the build system more POSIX-compatible
4 years ago
Gavin Howard
2bc50a9565
Attempt to make install work for mingw
4 years ago
Gavin Howard
1349eba00a
Make the install link relative
4 years ago
Gavin Howard
c494b57d81
Make install work for just dc
4 years ago
Gavin Howard
67cb55dfde
Fix a typo from last commit
4 years ago
Gavin Howard
4ffe5a9252
Start adding the dc
4 years ago
rofl0r
8f19ed91cc
use musl's install.sh instead of install command
...
because MacOS X `install` command is gratuitously different.
taken from https://github.com/rofl0r/install.sh
4 years ago