summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-09-18 17:58:30 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-09-18 17:58:30 +0100
commit6dd8dda76b63dfe3725b97e3a18d40097acf88dd (patch)
tree7cde65b50e241142e63ff1a3a04623e7e5ba1b4e
parentf24cda3637dd7205b46a39161ab68ddd7edc0821 (diff)
downloademacs-feature/smaller-windows.tar.gz
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py4
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 f2fe59932ba..5698f5179c8 100755
--- a/admin/nt/dist-build/build-dep-zips.py
+++ b/admin/nt/dist-build/build-dep-zips.py
@@ -146,9 +146,9 @@ def gather_deps(deps, arch, directory):
def download_source(tarball):
print("Acquiring {}...".format(tarball))
- if os.path.exists("../emacs-src-old/{}".format(tarball)):
+ if os.path.exists("../emacs-src-cache/{}".format(tarball)):
print("Copying {} from local".format(tarball))
- shutil.copyfile("../emacs-src-old/{}".format(tarball),
+ shutil.copyfile("../emacs-src-cache/{}".format(tarball),
"{}".format(tarball))
else:
print("Downloading {}...".format(tarball))