emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/smaller-windows 6dd8dda: More path fixes


From: Phillip Lord
Subject: [Emacs-diffs] feature/smaller-windows 6dd8dda: More path fixes
Date: Wed, 18 Sep 2019 12:58:42 -0400 (EDT)

branch: feature/smaller-windows
commit 6dd8dda76b63dfe3725b97e3a18d40097acf88dd
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    More path fixes
---
 admin/nt/dist-build/build-dep-zips.py | 4 ++--
 1 file 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 f2fe599..5698f51 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]