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

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

[nongnu] elpa/flx c3229e0075 134/182: cask install into project root


From: ELPA Syncer
Subject: [nongnu] elpa/flx c3229e0075 134/182: cask install into project root
Date: Tue, 13 Dec 2022 03:59:37 -0500 (EST)

branch: elpa/flx
commit c3229e0075959eeb41f20008440bfa7ad40a995b
Author: Le Wang <l26wang@gmail.com>
Commit: Le Wang <l26wang@gmail.com>

    cask install into project root
---
 tests/run-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run-test.el b/tests/run-test.el
index 93df0b08fa..c9842f7348 100644
--- a/tests/run-test.el
+++ b/tests/run-test.el
@@ -25,7 +25,7 @@
 
 ;; Cask
 (setq package-user-dir
-      (expand-file-name (format "~/.cask/%s/elpa" emacs-version)))
+      (expand-file-name (format ".cask/%s/elpa" emacs-version) flx-root-dir))
 (package-initialize)
 
 



reply via email to

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