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

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

[elpa] master 0da442d: Put tar'd files at the end to fix build in some e


From: Jackson Ray Hamilton
Subject: [elpa] master 0da442d: Put tar'd files at the end to fix build in some environments.
Date: Sat, 31 Dec 2016 15:33:47 +0000 (UTC)

branch: master
commit 0da442d9c63a9d25de9f43831ab1691d77ef3b81
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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]