Skip to content

Commit 6412ab9

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Update to use 1.4 repos
1 parent 9483805 commit 6412ab9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci_prereq.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2424
tar -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

2928
BASE=${IBIBLIO_PATH}/base
3029

@@ -37,7 +36,7 @@ BASE=${IBIBLIO_PATH}/base
3736
DEVEL=${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/.

0 commit comments

Comments
 (0)