]> git.eshelyaron.com Git - emacs.git/commitdiff
Ensure package directories for source packages from checkouts
authorPhilip Kaludercic <philipk@posteo.net>
Thu, 15 Dec 2022 17:21:24 +0000 (18:21 +0100)
committerPhilip 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

index db54e0e130ecb61dfd6f3d86425dfdcf47ed6244..8f0eedd2f882714fdd0a80b64d30bf9f0fed21f0 100644 (file)
@@ -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))))