emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa-admin 82a2bda 259/357: Put tar'd files at the end to fix bui


From: Stefan Monnier
Subject: [elpa] elpa-admin 82a2bda 259/357: Put tar'd files at the end to fix build in some environments.
Date: Thu, 10 Dec 2020 18:06:55 -0500 (EST)

branch: elpa-admin
commit 82a2bda69d1e00e273c2cc187bdfc701a8db8b6e
Author: Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>

    Put tar'd files at the end to fix build in some environments.
---
 GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 8edb2f8..e9dd3db 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -153,8 +153,8 @@ included_els := $(shell \
           prev=$$(pwd);                                        \
           cd $$pt;                                     \
           if [ -f .elpaignore ]; then                  \
-              tar -ch *.el --no-recursion              \
-                  --exclude-vcs -X .elpaignore         \
+              tar -ch --no-recursion                   \
+                  --exclude-vcs -X .elpaignore *.el    \
                 | tar --list;                          \
           else                                         \
               ls -1 *.el;                              \



reply via email to

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