projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a633bd
)
Ensure package directories for source packages from checkouts
author
Philip Kaludercic
<philipk@posteo.net>
Thu, 15 Dec 2022 17:21:24 +0000
(18:21 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Thu, 15 Dec 2022 17:31:13 +0000
(18:31 +0100)
* lisp/emacs-lisp/package-vc.el (package-vc-install-from-checkout):
Set the :dir entry, since `package-vc--unpack-1' assumes the field is
set, as is the case when invoking `package-vc--unpack'.
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index db54e0e130ecb61dfd6f3d86425dfdcf47ed6244..8f0eedd2f882714fdd0a80b64d30bf9f0fed21f0 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-783,6
+783,7
@@
name from the base name of DIR."
(package-vc--unpack-1
(package-desc-create
:name (intern name)
+ :dir pkg-dir
:kind 'vc)
(file-name-as-directory pkg-dir))))