]> git.eshelyaron.com Git - emacs.git/commitdiff
More path fixes feature/smaller-windows
authorPhillip Lord <phillip.lord@russet.org.uk>
Wed, 18 Sep 2019 16:58:30 +0000 (17:58 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Wed, 18 Sep 2019 16:58:30 +0000 (17:58 +0100)
admin/nt/dist-build/build-dep-zips.py

index f2fe59932ba018ef995c73cc8297006bd77b1560..5698f5179c80ebb94ccfdfd1e66f25a63a733a2b 100755 (executable)
@@ -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))