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

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

[nongnu] elpa/popup 80829dd 154/184: Fix for newer Cask directory hierar


From: ELPA Syncer
Subject: [nongnu] elpa/popup 80829dd 154/184: Fix for newer Cask directory hierarchy
Date: Wed, 6 Oct 2021 00:01:32 -0400 (EDT)

branch: elpa/popup
commit 80829dd46381754639fb764da11c67235fe63282
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Fix for newer Cask directory hierarchy
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6c7c3bc..d26c0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@ EMACS ?= emacs
 CASK ?= cask
 EMACS23=emacs23
 
-ELPA_DIR = \
-       .cask/$(shell $(EMACS) -Q --batch --eval '(princ emacs-version)')/elpa
+ELPA_DIR = $(shell EMACS=$(EMACS) $(CASK) package-directory)
 
 .PHONY: test test-nw test-emacs23 test-emacs23-nw travis-ci
 



reply via email to

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