diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 6bed191cae7..dfff493b640 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -123,7 +123,7 @@ MUNGE_DEP_PKGS={ | |||
| 123 | 123 | ||
| 124 | ## Currently no packages seem to require this! | 124 | ## Currently no packages seem to require this! |
| 125 | ARCH_PKGS=[] | 125 | ARCH_PKGS=[] |
| 126 | SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources" | 126 | SRC_REPO="https://repo.msys2.org/mingw/sources" |
| 127 | 127 | ||
| 128 | 128 | ||
| 129 | def immediate_deps(pkgs): | 129 | def immediate_deps(pkgs): |
| @@ -169,7 +169,7 @@ def download_source(tarball): | |||
| 169 | if not os.path.exists("../emacs-src-cache/{}".format(tarball)): | 169 | if not os.path.exists("../emacs-src-cache/{}".format(tarball)): |
| 170 | print("Downloading {}...".format(tarball)) | 170 | print("Downloading {}...".format(tarball)) |
| 171 | check_output_maybe( | 171 | check_output_maybe( |
| 172 | "wget -a ../download.log -O ../emacs-src-cache/{} {}/{}/download" | 172 | "wget -a ../download.log -O ../emacs-src-cache/{} {}/{}" |
| 173 | .format(tarball, SRC_REPO, tarball), | 173 | .format(tarball, SRC_REPO, tarball), |
| 174 | shell=True | 174 | shell=True |
| 175 | ) | 175 | ) |