File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ HERE=$(pwd)
2323[ -f ow-snapshot.tar.xz ] || wget --no-verbose https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/ow-snapshot.tar.xz
2424tar -C ../_watcom -xf ow-snapshot.tar.xz
2525
26- # IBIBLIO_PATH='http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos'
27- IBIBLIO_PATH=' https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.3'
26+ IBIBLIO_PATH=' https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.4'
2827
2928BASE=${IBIBLIO_PATH} /base
3029
@@ -37,7 +36,7 @@ BASE=${IBIBLIO_PATH}/base
3736DEVEL=${IBIBLIO_PATH} /devel
3837
3938# get gnumake for DOS
40- [ -f djgpp_mk .zip ] || wget --no-verbose ${DEVEL} /djgpp_mk .zip
39+ [ -f dj_make .zip ] || wget --no-verbose ${DEVEL} /dj_make .zip
4140
4241# get nasm for DOS
4342[ -f nasm.zip ] || wget --no-verbose ${DEVEL} /nasm.zip
@@ -67,7 +66,7 @@ cd ${HOME}/.dosemu/drive_c && (
6766 cp -p /usr/share/dosemu/dosemu2-cmds-0.3/c/fdconfig.sys .
6867
6968 # Development files
70- unzip -LL -q ${HERE} /djgpp_mk .zip
69+ unzip -LL -q ${HERE} /dj_make .zip
7170 cp -p devel/djgpp/bin/make.exe bin/.
7271 unzip -LL -q ${HERE} /upx.zip
7372 cp -p devel/upx/upx.exe bin/.
You can’t perform that action at this time.
0 commit comments