Ensure package directories for source packages from checkouts
* 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'.
This commit is contained in:
parent
3a633bdd6d
commit
367022f316
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue