Fix typo for Limbo
This commit is contained in:
parent
ece793985f
commit
7efeb334ed
|
@ -21,7 +21,7 @@ install:
|
|||
pushd "${pkg}/opt/inferno"
|
||||
sed -i 's/gcc/gcc -m32/g' makemk.sh
|
||||
sed -i "s#ROOT=.*#ROOT=${PWD}#" mkconfig
|
||||
sed -i "s#CFLAGS=#CFLAGS=-fcommon#" mkfiles/mkfile-Linux-arm
|
||||
sed -i "s#CFLAGS=#CFLAGS=-fcommon#" mkfiles/mkfile-Linux-386
|
||||
./makemk.sh
|
||||
PATH="$PWD/Linux/386/bin:$PATH" mk install
|
||||
ln -s "/opt/inferno/Linux/386/bin/emu" "/opt/inferno/Linux/386/bin/limbo" "${pkg}/usr/local/bin/"
|
||||
|
|
Loading…
Reference in New Issue