another msdos cross-compile bit

This commit is contained in:
nhmall
2019-11-26 00:34:57 -05:00
parent 36983e6889
commit 5f75048386

View File

@@ -47,7 +47,7 @@ fi
if [ ! -d djgpp/i586-pc-msdosdjgpp ]; then
tar xjf "$DJGPP_FILE"
rm $DJGPP_FILE
rm -f $DJGPP_FILE
fi
# DOS-extender for use with djgpp
@@ -61,7 +61,7 @@ if [ ! -d djgpp/cwsdpmi ]; then
cd djgpp
mkdir -p cwsdpmi
cd cwsdpmi
unzip ../csdpmi7b.zip
unzip ../../csdpmi7b.zip
cd ../../
rm csdpmi7b.zip
fi