Skip to content

Commit e805797

Browse files
committed
release script: Fix DJGPP package download dirs
1 parent a154378 commit e805797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/release/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ dos)
168168
download_djgpp beta/v2gnu/ shl2011b
169169

170170
# Sources for stuff that goes into the FB-dos package (needs updating to new versions)
171-
download_djgpp current/v2gnu/ bnu${bnuver}s
172-
download_djgpp beta/v2gnu/ gcc${gccver}s
173-
download_djgpp current/v2gnu/ gdb${gdbver}s
174-
download_djgpp beta/v2/ djlsr${djver}
171+
download_djgpp beta/v2gnu/ bnu${bnuver}s
172+
download_djgpp beta/v2gnu/ gcc${gccver}s
173+
download_djgpp beta/v2gnu/ gdb${gdbver}s
174+
download_djgpp beta/v2/ djlsr${djver}
175175

176176
unzip -q ../input/DJGPP/djdev${djver}.zip
177177
unzip -q ../input/DJGPP/shl2011b.zip

0 commit comments

Comments
 (0)