Remove libtinfo compat symlinks
This commit is contained in:
parent
97cd43792d
commit
a046f16308
@ -18,10 +18,6 @@ apk add --no-cache \
|
|||||||
tar \
|
tar \
|
||||||
perl
|
perl
|
||||||
|
|
||||||
ln -sf libncurses.so /usr/lib/libtinfo.so
|
|
||||||
ln -sf libncursesw.so.6 /usr/lib/libtinfow.so.6
|
|
||||||
ln -sf libtinfow.so.6 /usr/lib/libtinfow.so
|
|
||||||
|
|
||||||
if [ "${BIT}" = "32" ] ; then
|
if [ "${BIT}" = "32" ] ; then
|
||||||
curl -sSfL https://downloads.haskell.org/ghcup/i386-linux-ghcup > ./ghcup-bin
|
curl -sSfL https://downloads.haskell.org/ghcup/i386-linux-ghcup > ./ghcup-bin
|
||||||
else
|
else
|
||||||
@ -49,5 +45,3 @@ apk add --no-cache \
|
|||||||
xz-dev \
|
xz-dev \
|
||||||
ncurses-static
|
ncurses-static
|
||||||
|
|
||||||
ln -sf libncursesw.a /usr/lib/libtinfow.a
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user