Merge remote-tracking branch 'origin/merge-requests/104'
This commit is contained in:
commit
9cf7a6bbbe
10
ghcup
10
ghcup
@ -1093,7 +1093,7 @@ get_distro_alias() {
|
|||||||
"Fedora"|"fedora")
|
"Fedora"|"fedora")
|
||||||
distro_alias=fedora
|
distro_alias=fedora
|
||||||
;;
|
;;
|
||||||
"CentOS Linux"|"CentOS"|"centos")
|
"CentOS Linux"|"CentOS"|"centos"|"Red Hat Enterprise Linux"*)
|
||||||
distro_alias=centos
|
distro_alias=centos
|
||||||
;;
|
;;
|
||||||
"Alpine Linux"|"Alpine")
|
"Alpine Linux"|"Alpine")
|
||||||
@ -1102,9 +1102,9 @@ get_distro_alias() {
|
|||||||
"Linux Mint"|"LinuxMint")
|
"Linux Mint"|"LinuxMint")
|
||||||
distro_alias=mint
|
distro_alias=mint
|
||||||
;;
|
;;
|
||||||
"Amazon Linux AMI")
|
"Amazon Linux AMI")
|
||||||
distro_alias=amazonlinux
|
distro_alias=amazonlinux
|
||||||
;;
|
;;
|
||||||
"AIX")
|
"AIX")
|
||||||
distro_alias=aix
|
distro_alias=aix
|
||||||
;;
|
;;
|
||||||
@ -1752,7 +1752,7 @@ compile_ghc() {
|
|||||||
if [ -n "${build_config}" ] ; then
|
if [ -n "${build_config}" ] ; then
|
||||||
edo cat "${build_config}" > mk/build.mk
|
edo cat "${build_config}" > mk/build.mk
|
||||||
else
|
else
|
||||||
cat <<-EOF > mk/build.mk || die
|
cat <<-EOF > mk/build.mk || die
|
||||||
V=0
|
V=0
|
||||||
BUILD_MAN = NO
|
BUILD_MAN = NO
|
||||||
BUILD_SPHINX_HTML = NO
|
BUILD_SPHINX_HTML = NO
|
||||||
|
Loading…
Reference in New Issue
Block a user